Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value that indicates whether the principal is the model administrator.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property IsModelAdministrator As Boolean
Get
Friend Set
'Usage
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)
Eigenschaftswert
Typ: System.Boolean
true if the principal is the model administrator; otherwise, false.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace