Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a value that indicates whether the function is assigned to the principal.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property IsAuthorized As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
true if the function is assigned to the principal; otherwise, false.
Remarks
Function privileges are either on or off (authorized or not authorized).