DicomObjects.NET.V8
DicomObjects.DicomWeb.Internal Namespace / DicomAttribute Class / VR Property



In This Topic
    VR Property (DicomAttribute)
    In This Topic
    Internal Use Only
    Syntax
    '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;}
    public:
    property String^ VR {
       String^ get();
       void set (    String^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also