Tag properties represents the tag name of an XML element. For instance, "tag" in XML:
<tag attributes...>text.....</tag>
[Visual Basic] Public Property Tag As String [C#] public string Tag {get; set;} [C++] public: __property String* get_Tag(); public: __property void set_Tag(String*); [JScript] public function get Tag() : String; public function set Tag(String);
String tag name of XML element
Only assign valid XML tag strings to this property. The class does no character validity checks.
SecurityElement Class | SecurityElement Members | System.Security Namespace