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!

UIPermission.IsUnrestricted

Returns true if the current permission object is unrestricted, returns false otherwise.

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

Remarks

An unrestricted permission object represents access to any and all resources protected by the permission.

See Also

UIPermission Class | UIPermission Members | System.Security.Permissions Namespace