Sdílet prostřednictvím


FormsIdentity.Name Vlastnost

Definice

Získá uživatelské jméno identity formulářů.

public:
 property System::String ^ Name { System::String ^ get(); };
public:
 virtual property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
public override string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String
Public Overrides ReadOnly Property Name As String

Hodnota vlastnosti

Uživatelské jméno identity formulářů.

Implementuje

Poznámky

Vlastnost Name vrátí hodnotu Name vlastnosti ze FormsAuthenticationTicket zadaného konstruktoru.

Platí pro

Viz také