Partager via


Propriété FunctionPrivilege.IsAuthorized

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

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property IsAuthorized As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Boolean
true if the functional privilege is authorized; otherwise, false.

Voir aussi

Référence

FunctionPrivilege Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts