共用方式為


FunctionPrivilege.IsAuthorized 屬性

Gets or sets a value that indicates whether the functional privilege is authorized.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.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 if the functional privilege is authorized; otherwise, false.

請參閱

參考

FunctionPrivilege 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間