Leadtools.Medical.Workstation.UI Namespace > MedicalViewerHost Class : Viewers Property |
public IEnumerable<MedicalViewer> Viewers {get;}
'Declaration Public ReadOnly Property Viewers As IEnumerable(Of MedicalViewer)
'Usage Dim instance As MedicalViewerHost Dim value As IEnumerable(Of MedicalViewer) value = instance.Viewers
public Windows.Foundation.Collections.IIterable //In WinRT the IEnumerableinterface is replaced by IIterable <MedicalViewer> Viewers {get;}
get_Viewers();
public: __property IEnumerable<MedicalViewer*>* get_Viewers();
public: property IEnumerable<MedicalViewer*>* Viewers { IEnumerable<MedicalViewer*>* get(); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2