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 > ListViewSeriesInformation Class : Instances Property |
public List<IImageListViewItem> Instances {get;}
'Declaration Public ReadOnly Property Instances As List(Of IImageListViewItem)
'Usage Dim instance As ListViewSeriesInformation Dim value As List(Of IImageListViewItem) value = instance.Instances
public: __property List<IImageListViewItem*>* get_Instances();
public: property List<IImageListViewItem^>^ Instances { List<IImageListViewItem^>^ get(); }