Propriété IsAdministrator
Gets or sets a value that indicates whether the current user is an administrator of the model.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property IsAdministrator As Boolean
Get
Set
'Utilisation
Dim instance As Model
Dim value As Boolean
value = instance.IsAdministrator
instance.IsAdministrator = value
[DataMemberAttribute]
public bool IsAdministrator { get; set; }
[DataMemberAttribute]
public:
property bool IsAdministrator {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
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.