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