| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Code As DicomVRType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public DicomVRType Code {get;} | |
| C++/CLI | |
|---|---|
public: property DicomVRType Code { DicomVRType get(); } | |
Return Value
Value indicating the type of value stored in the data element.For an example, refer to DicomVRTable.Reset.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code