次の方法で共有


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 です。

属性

適用対象