次の方法で共有


FunctionPrivilegesCriteria.IsAuthorized プロパティ

条件が承認済みかどうかを示す値を取得または設定します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property IsAuthorized As Boolean
    Get
    Set
'使用
Dim instance As FunctionPrivilegesCriteria
Dim value As Boolean

value = instance.IsAuthorized

instance.IsAuthorized = value
[DataMemberAttribute(EmitDefaultValue = false)]
public bool IsAuthorized { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property bool IsAuthorized {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member IsAuthorized : bool with get, set
function get IsAuthorized () : boolean
function set IsAuthorized (value : boolean)

プロパティ値

型: System.Boolean
条件が承認済みの場合は true、それ以外の場合は false です。

関連項目

参照

FunctionPrivilegesCriteria クラス

Microsoft.MasterDataServices 名前空間