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!

WebPermission.IsUnrestricted

Checks the overall permisison state of the object.

[Visual Basic]
Overridable Public Function IsUnrestricted() As Boolean
[C#]
public virtual bool IsUnrestricted();
[C++]
public: virtual bool IsUnrestricted();
[JScript]
public function IsUnrestricted() : Boolean;

Return Value

true if the WebPermission instance was created with Unrestricted; otherwise, false.

See Also

WebPermission Class | WebPermission Members | System.Net Namespace