'Declaration
Public Property VR As String
'Usage
Dim instance As DicomAttribute Dim value As String instance.VR = value value = instance.VR
public string VR {get; set;}
'Declaration
Public Property VR As String
'Usage
Dim instance As DicomAttribute Dim value As String instance.VR = value value = instance.VR
public string VR {get; set;}
This property is normally used as read-only and may be useful in determining the type of an element.
Changing the type of an element is not normally needed or a good idea, but may be required occasionally, such as when private data has been read through the implicit VR transfer syntax.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2