IsAuthorized プロパティ

関数がプリンシパルに割り当てられているかどうかを示す値を取得または設定します。

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

構文

'宣言
<DataMemberAttribute> _
Public Property IsAuthorized As Boolean
    Get
    Set
'使用
Dim instance As FunctionPrivilege
Dim value As Boolean

value = instance.IsAuthorized

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

プロパティ値

型: System. . :: . .Boolean
関数がプリンシパルに割り当てられている場合は true、それ以外の場合は false です。

説明

関数特権はオンまたはオフ (許可されている、または許可されていない) のどちらかです。