NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SecurityElement.Tag

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);

Property Value

String tag name of XML element

Remarks

Only assign valid XML tag strings to this property. The class does no character validity checks.

See Also

SecurityElement Class | SecurityElement Members | System.Security Namespace