Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
Leadtools.Dicom Namespace > DicomTimeRangeValue Structure : Type Property |
public DicomRangeType Type {get; set;}
'Declaration
Public Property Type As DicomRangeType
'Usage
Dim instance As DicomTimeRangeValue Dim value As DicomRangeType instance.Type = value value = instance.Type
public DicomRangeType Type {get; set;}
public DicomRangeType getType() public void setType(DicomRangeType value)
<br/>get_Type();<br/>set_Type(value);<br/>Object.defineProperty('Type');
public: property DicomRangeType Type { DicomRangeType get(); void set ( DicomRangeType value); }