Tag Property (Annotation)
In This Topic
Stores arbitrary value that can be used to store optional information about the annotation.
Syntax
'Declaration
<DescriptionAttribute("Stores arbitrary value that can be used to store optional information about the annotation")>
Public Property Tag As String
[Description("Stores arbitrary value that can be used to store optional information about the annotation")]
public string Tag {get; set;}
public read-write property Tag: String;
DescriptionAttribute("Stores arbitrary value that can be used to store optional information about the annotation")
public function get,set Tag : String
[Description("Stores arbitrary value that can be used to store optional information about the annotation")]
public: __property string* get_Tag();
public: __property void set_Tag(
string* value
);
[Description("Stores arbitrary value that can be used to store optional information about the annotation")]
public:
property String^ Tag {
String^ get();
void set ( String^ value);
}
See Also