편집

다음을 통해 공유


_XDocument3.Role Property

Definition

Gets or sets the user's current role.

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

Property Value

The user's current role.

Implements

Examples

In the following example, the Role property is used to determine the current user's role.

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

Applies to