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.ToString

Produces a string representation of XML element and its constituent attributes, child elements, and text.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();
[C++]
public: override String* ToString();
[JScript]
public override function ToString() : String;

Return Value

String representation of the XML element and its contents as XML.

Remarks

This method is useful in debugging to see the XML representation of the element.

See Also

SecurityElement Class | SecurityElement Members | System.Security Namespace