Model.IsAdministrator Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public bool IsAdministrator { get; set; }
public:
[DataMemberAttribute]
property bool IsAdministrator {
    bool get();
    void set(bool value);
}
[<DataMemberAttribute>]
member IsAdministrator : bool with get, set
<DataMemberAttribute>
Public Property IsAdministrator As Boolean

Property Value

Type: System.Boolean

true if the current user is an administrator of the model; otherwise, false.

See Also

Model Class
Microsoft.MasterDataServices Namespace

Return to top