Leadtools.Dicom Namespace > DicomDateRangeValue Structure : Type Property |
public DicomRangeType Type {get; set;}
'Declaration Public Property Type As DicomRangeType
'Usage Dim instance As DicomDateRangeValue Dim value As DicomRangeType instance.Type = value value = instance.Type
public DicomRangeType Type {get; set;}
public DicomRangeType getType() public void setType(DicomRangeType value)
get_Type();
set_Type(value);
Object.defineProperty('Type');
public: property DicomRangeType Type { DicomRangeType get(); void set ( DicomRangeType value); }