FunctionPrivilege.IsAuthorized 속성

정의

주의

Always true. The existence of the functional permission implies that it is authorized.

기능 권한이 부여되면 true로 지정합니다.

public:
 property bool IsAuthorized { bool get(); void set(bool value); };
[System.Obsolete("Always true. The existence of the functional permission implies that it is authorized.")]
[System.Runtime.Serialization.DataMember]
public bool IsAuthorized { get; set; }
[<System.Obsolete("Always true. The existence of the functional permission implies that it is authorized.")>]
[<System.Runtime.Serialization.DataMember>]
member this.IsAuthorized : bool with get, set
Public Property IsAuthorized As Boolean

속성 값

기능 권한이 부여되면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상