次の方法で共有


FunctionPrivilegesCriteria.IsAuthorized プロパティ

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

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.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.Services.DataContracts 名前空間