Leadtools.Medical.Workstation Namespace > WorkstationState Class : Workstations Property |
public virtual ListWithEvents<WorkstationViewer> Workstations {get;}
'Declaration Public Overridable ReadOnly Property Workstations As ListWithEvents(Of WorkstationViewer)
'Usage Dim instance As WorkstationState Dim value As ListWithEvents(Of WorkstationViewer) value = instance.Workstations
public: __property virtual ListWithEvents<WorkstationViewer*>* get_Workstations();
public: virtual property ListWithEvents<WorkstationViewer*>* Workstations { ListWithEvents<WorkstationViewer*>* get(); }