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