DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb.Formatters Namespace / DicomAttribute Class / vr Property






In This Topic
    vr Property (DicomAttribute)
    In This Topic
    Internal Use Only
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property vr As System.String
    'Usage
     
    
    Dim instance As DicomAttribute
    Dim value As System.String
     
    instance.vr = value
     
    value = instance.vr
    [System.Xml.Serialization.XmlAttribute()]
    public System.string vr {get; set;}
    public read-write property vr: System.String; 
    System.Xml.Serialization.XmlAttributeAttribute()
    public function get,set vr : System.String
    [System.Xml.Serialization.XmlAttribute()]
    public: __property System.string* get_vr();
    public: __property void set_vr( 
       System.string* value
    );
    [System.Xml.Serialization.XmlAttribute()]
    public:
    property System.String^ vr {
       System.String^ get();
       void set (    System.String^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also