| Visual Basic (Declaration) | |
|---|---|
Public Property Type As DicomRangeType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public DicomRangeType Type {get; set;} | |
| C++/CLI | |
|---|---|
public: property DicomRangeType Type { DicomRangeType get(); void set (DicomRangeType value); } | |
Return Value
Value indicating type of time range.For an example, refer to DicomDataSet.SetIntValue(DicomElement,IntPtr,Int32).
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code