Redigera

Dela via


PermissionSet.IsUnrestricted Method

Definition

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.

Applies to