言語

FunctionPrivilegesCriteria.IsAuthorized プロパティ

定義

基準が認可されているかどうかを示す値を取得または設定します。

public:
 property bool IsAuthorized { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public bool IsAuthorized { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.IsAuthorized : bool with get, set
Public Property IsAuthorized As Boolean

プロパティ値

true 基準が認められている場合;それ以外は false

属性

適用対象