DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAttribute Class / Keyword Property






In This Topic
    Keyword Property
    In This Topic
    String representation of the attribute's keyword
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Keyword As System.String
    'Usage
     
    
    Dim instance As DicomAttribute
    Dim value As System.String
     
    value = instance.Keyword
    public System.string Keyword {get;}
    public read-only property Keyword: System.String; 
    public function get Keyword : System.String
    public: __property System.string* get_Keyword();
    public:
    property System.String^ Keyword {
       System.String^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also