Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.11
|
Leadtools.Dicom.Scu Namespace > Study Class : ModalitiesInStudy Property |
public List<string> ModalitiesInStudy {get; set;}
'Declaration Public Property ModalitiesInStudy As List(Of String)
'Usage Dim instance As Study Dim value As List(Of String) instance.ModalitiesInStudy = value value = instance.ModalitiesInStudy
public: property List<String^>^ ModalitiesInStudy { List<String^>^ get(); void set ( List<String^>^ value); }