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.SetUnrestricted

Sets the permission set to fully restricted or unrestricted state.

[Visual Basic]
Overridable Public Sub SetUnrestricted( _
   ByVal unrestricted As Boolean _
)
[C#]
public virtual void SetUnrestricted(
   bool unrestricted
);
[C++]
public: virtual void SetUnrestricted(
   bool unrestricted
);
[JScript]
public function SetUnrestricted(
   unrestricted : Boolean
);

Parameters

unrestricted
Flag specifying fully restricted or unrestricted state.

Remarks

The permission set is set to the specified state.

See Also

PermissionSet Class | PermissionSet Members | System.Security Namespace