Propriété ModelPrivilege.IsModelAdministrator
Gets or sets a value that indicates whether the principal is the model administrator.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property IsModelAdministrator As Boolean
Get
Friend Set
'Utilisation
Dim instance As ModelPrivilege
Dim value As Boolean
value = instance.IsModelAdministrator
[DataMemberAttribute]
public bool IsModelAdministrator { get; internal set; }
[DataMemberAttribute]
public:
property bool IsModelAdministrator {
bool get ();
internal: void set (bool value);
}
[<DataMemberAttribute>]
member IsModelAdministrator : bool with get, internal set
function get IsModelAdministrator () : boolean
internal function set IsModelAdministrator (value : boolean)
Valeur de propriété
Type : System.Boolean
true if the principal is the model administrator; otherwise, false.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts