DicomObjects.NET Core Documentation
DicomObjects.UIDs 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:
    property UIDType Type {
       UIDType get();
    }
    Remarks
    See DicomObjects.Enums.UIDType for the list of types
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also