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:
virtual bool IsUnrestricted();
public:
bool IsUnrestricted();
public virtual bool IsUnrestricted();
public bool IsUnrestricted();
abstract member IsUnrestricted : unit -> bool
override this.IsUnrestricted : unit -> bool
member this.IsUnrestricted : unit -> bool
Public Overridable Function IsUnrestricted () As Boolean
Public 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.