Leadtools.Dicom.Common.Editing Namespace > DicomEditableProperty Class : Choices Property |
public List<string> Choices {get;}
'Declaration Public ReadOnly Property Choices As List(Of String)
'Usage Dim instance As DicomEditableProperty Dim value As List(Of String) value = instance.Choices
public: property List<String^>^ Choices { List<String^>^ get(); }