Model.IsAdministrator Property

Definition

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

public:
 property bool IsAdministrator { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool IsAdministrator { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.IsAdministrator : bool with get, set
Public Property IsAdministrator As Boolean

Property Value

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

Attributes

Applies to