Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
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(); }