DicomObjects.NET.V8
DicomObjects.DicomUIDs Namespace / UID Class / Type Property



    Type Property
    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: .NET CLR 4.0 or higher

    See Also