DicomObjects.NetStandard Documentation
DicomObjects.UIDs Namespace / UID Class / Type Property



    Type Property (UID)
    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
    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