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



In This Topic
    Keyword Property (DicomAttribute)
    In This Topic
    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
    public string Keyword {get;}
    public:
    property String^ Keyword {
       String^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also