Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property VR As DicomVRType |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomElement Dim value As DicomVRType value = instance.VR |
C# | |
---|---|
public DicomVRType VR {get;} |
C++/CLI | |
---|---|
public: property DicomVRType VR { DicomVRType get(); } |
Property Value
The Value Representation.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)