IsAuthorized 属性
Gets or sets a value indicating whether the function is assigned to the principal. Function privileges are either on or off (authorized or not authorized).
命名空间: Microsoft.MasterDataServices.Services.DataContracts
程序集: Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.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 function is assigned to the principal; otherwise, false.