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!

IUnrestrictedPermission.IsUnrestricted

Indicates whether unrestricted access to the resource protected by the permission is allowed.

[Visual Basic]
Function IsUnrestricted() As Boolean
[C#]
bool IsUnrestricted();
[C++]
bool IsUnrestricted() = 0;
[JScript]
function IsUnrestricted() : Boolean;

Return Value

True/False. True indicates unrestricted use of the resource protected by the permission.

See Also

IUnrestrictedPermission Interface | IUnrestrictedPermission Members | System.Security.Permissions Namespace