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






In This Topic
    Type Property (UID)
    In This Topic
    The "type" of the UID
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Type As UIDType
    'Usage
     
    
    Dim instance As UID
    Dim value As UIDType
     
    value = instance.Type
    public UIDType Type {get;}
    public read-only property Type: UIDType; 
    public function get Type : UIDType
    public: __property UIDType get_Type();
    public:
    property UIDType Type {
       UIDType get();
    }
    Remarks
    See DicomObjects.Enums.UIDType for the list of types
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also