Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Property Value
Type: System.Boolean
true if the principal is the model administrator; otherwise, false.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace