言語

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

属性

適用対象