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






    Retired Property
    True if the attribute is official retired
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Retired As System.Boolean
     
    'Usage
     
    
    Dim instance As UID
    Dim value As System.Boolean
     
    value = instance.Retired
    Remarks
    Retired attributes may legally be used in DICOM, but their use is discouraged in new implementations
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also