| Visual Basic (Declaration) | |
|---|---|
Public Shared ReadOnly Property Empty As DicomDateRangeValue | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim value As DicomDateRangeValue value = DicomDateRangeValue.Empty | |
| C# | |
|---|---|
public static DicomDateRangeValue Empty {get;} | |
| C++/CLI | |
|---|---|
public: static property DicomDateRangeValue Empty { DicomDateRangeValue get(); } | |
Property Value
Represents a new instance of the DicomDateRangeValue structure with uninitialized member data.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)
Copy Code