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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also