Condividi tramite


Model.IsAdministrator Proprietà

Definizione

Attenzione

Use Permission property instead

Specifica se l'utente corrente è un amministratore del modello.

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

Valore della proprietà

true se l'utente corrente è un amministratore del modello. In caso contrario, false.

Attributi

Si applica a