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






In This Topic
    Name Property (UID)
    In This Topic
    The Name of the UID
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Name As System.String
    'Usage
     
    
    Dim instance As UID
    Dim value As System.String
     
    value = instance.Name
    public System.string Name {get;}
    public read-only property Name: System.String; 
    public function get Name : System.String
    public: __property System.string* get_Name();
    public:
    property System.String^ Name {
       System.String^ get();
    }
    Remarks
    This name is the name of the field within one of the classes in the DicomObjects.DicomUIDs namespace which holds this UID object
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also