Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation Namespace > ListViewStudiesInformation Class : Series Property |
public List<ListViewSeriesInformation> Series {get;}
'Declaration Public ReadOnly Property Series As List(Of ListViewSeriesInformation)
'Usage Dim instance As ListViewStudiesInformation Dim value As List(Of ListViewSeriesInformation) value = instance.Series
public: __property List<ListViewSeriesInformation*>* get_Series();
public: property List<ListViewSeriesInformation^>^ Series { List<ListViewSeriesInformation^>^ get(); }