DicomObjects.NET.V8
DicomObjects Namespace / DicomAttribute Class / Keyword Property



    Keyword Property (DicomAttribute)
    String representation of the attribute's keyword
    Syntax
    'Declaration
     
    Public ReadOnly Property Keyword As String
     
    'Usage
     
    Dim instance As DicomAttribute
    Dim value As String
     
    value = instance.Keyword
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also