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 > 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(); }