PermissionSet.IsUnrestricted Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the PermissionSet is Unrestricted
.
public:
bool IsUnrestricted();
public:
virtual bool IsUnrestricted();
public bool IsUnrestricted();
public virtual bool IsUnrestricted();
member this.IsUnrestricted : unit -> bool
abstract member IsUnrestricted : unit -> bool
override this.IsUnrestricted : unit -> bool
Public Function IsUnrestricted () As Boolean
Public Overridable Function IsUnrestricted () As Boolean
Returns
true
if the PermissionSet is Unrestricted
; otherwise, false
.
Remarks
An Unrestricted
PermissionSet effectively contains all permissions that implement the IUnrestrictedPermission interface.