Visual Basic (Declaration) | |
---|---|
Public Property Type As DicomRangeType |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomDateRangeValue Dim value As DicomRangeType instance.Type = value value = instance.Type |
C# | |
---|---|
public DicomRangeType Type {get; set;} |
C++/CLI | |
---|---|
public: property DicomRangeType Type { DicomRangeType get(); void set ( DicomRangeType value); } |
Property Value
Value indicating type of date range.For an example, refer to DicomDataSet.SetIntValue.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)