PermissionSet.IsUnrestricted Metod

Definition

Avgör om PermissionSet är 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

Returer

true PermissionSet om är Unrestricted, annars . false

Kommentarer

En UnrestrictedPermissionSet innehåller effektivt alla behörigheter som implementerar IUnrestrictedPermission gränssnittet.

Gäller för