DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb.Formatters Namespace / DicomAttribute Class / keyword Property






In This Topic
    keyword Property (DicomAttribute)
    In This Topic
    Internal Use Only
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property keyword As System.String
    'Usage
     
    
    Dim instance As DicomAttribute
    Dim value As System.String
     
    instance.keyword = value
     
    value = instance.keyword
    [System.Xml.Serialization.XmlAttribute()]
    public System.string keyword {get; set;}
    public read-write property keyword: System.String; 
    System.Xml.Serialization.XmlAttributeAttribute()
    public function get,set keyword : System.String
    [System.Xml.Serialization.XmlAttribute()]
    public: __property System.string* get_keyword();
    public: __property void set_keyword( 
       System.string* value
    );
    [System.Xml.Serialization.XmlAttribute()]
    public:
    property System.String^ keyword {
       System.String^ get();
       void set (    System.String^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also