PermissionSet.IsEmpty 메서드

정의

PermissionSet 이 비어 있는지 여부를 나타내는 값을 가져옵니다.

public:
 bool IsEmpty();
public:
 virtual bool IsEmpty();
public bool IsEmpty ();
public virtual bool IsEmpty ();
member this.IsEmpty : unit -> bool
abstract member IsEmpty : unit -> bool
override this.IsEmpty : unit -> bool
Public Function IsEmpty () As Boolean
Public Overridable Function IsEmpty () As Boolean

반환

Boolean

true이 비어 있으면 PermissionSet이고, 그렇지 않으면 false입니다.

설명

A PermissionSet 는 비어 있을 수 있으며 해당 사용 권한이 완전히 제한된 상태인 경우 사용 권한 인스턴스를 포함할 수 있습니다. 매개 변수로 전달될 때 null 메서드가 IsSubsetOf 반환 true 되는 경우 사용 권한은 완전히 제한된 상태입니다.

적용 대상