Partager via


Propriété Model.IsAdministrator

Gets or sets a value that indicates whether the current user is an administrator of the model.

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

Syntaxe

'Déclaration
<DataMemberAttribute(IsRequired := False)> _
Public Property IsAdministrator As Boolean 
    Get 
    Set
'Utilisation
Dim instance As Model 
Dim value As Boolean 

value = instance.IsAdministrator

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

Valeur de propriété

Type : System.Boolean
true if the current user is an administrator of the model; otherwise, false.

Voir aussi

Référence

Model Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts