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!

PermissionSet.IsUnrestricted

Determines whether the permission set is unrestricted.

[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 permission set is unrestricted.

Remarks

An unrestricted permission set effectively contains any permission in the unrestricted state.

See Also

PermissionSet Class | PermissionSet Members | System.Security Namespace