VR Property (DicomAttribute)
In This Topic
The Value Representation of an attribute
Syntax
'Declaration
Public Property VR As System.String
'Usage
Dim instance As DicomAttribute
Dim value As System.String
instance.VR = value
value = instance.VR
public System.string VR {get; set;}
public read-write property VR: System.String;
public function get,set VR : System.String
public: __property System.string* get_VR();
public: __property void set_VR(
System.string* value
);
public:
property System.String^ VR {
System.String^ get();
void set ( System.String^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also