Model.IsAdministrator Property

Definition

Caution

Use Permission property instead

Specifies whether the current user is an administrator of the model.

public:
 property bool IsAdministrator { bool get(); void set(bool value); };
[System.Obsolete("Use Permission property instead")]
[System.Runtime.Serialization.DataMember(IsRequired=false)]
public bool IsAdministrator { get; set; }
[<System.Obsolete("Use Permission property instead")>]
[<System.Runtime.Serialization.DataMember(IsRequired=false)>]
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