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!

CodeAccessPermission.ToString

Creates and returns a String representation for the current permission object.

[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

A string representation of the current permission object.

Remarks

This method is useful in debugging when you need to display the permission as a string.

See Also

CodeAccessPermission Class | CodeAccessPermission Members | System.Security Namespace