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 -> boolabstract member IsUnrestricted : unit -> bool
override this.IsUnrestricted : unit -> boolPublic Function IsUnrestricted () As BooleanPublic Overridable Function IsUnrestricted () As BooleanReturns
true if the PermissionSet is Unrestricted; otherwise, false.
Remarks
An Unrestricted PermissionSet effectively contains all permissions that implement the IUnrestrictedPermission interface.