DicomObjects.NET.8.48 Documentation
DicomObjects.DicomUIDs Namespace / UID Class / Value Property






In This Topic
    Value Property (UID)
    In This Topic
    The dotted form UID string
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As System.String
    'Usage
     
    
    Dim instance As UID
    Dim value As System.String
     
    value = instance.Value
    public System.string Value {get;}
    public read-only property Value: System.String; 
    public function get Value : System.String
    public: __property System.string* get_Value();
    public:
    property System.String^ Value {
       System.String^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also