Partager via


_XDocument4.Role Propriété

Définition

Obtient ou définit le rôle actuel de l'utilisateur.

public:
 property System::String ^ Role { System::String ^ get(); void set(System::String ^ value); };
public string Role { get; set; }
member this.Role : string with get, set
Public Property Role As String

Valeur de propriété

Implémente

Exemples

Dans l'exemple suivant, la propriété Role est utilisée pour déterminer le rôle de l'utilisateur actuel.

string currentRole = thisXDocument.<span class="label">Role</span>;

S’applique à