FormsIdentity.Name Właściwość

Definicja

Pobiera nazwę użytkownika tożsamości formularzy.

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

Wartość właściwości

Nazwa użytkownika tożsamości formularzy.

Implementuje

Uwagi

Właściwość Name zwraca wartość Name właściwości z dostarczonego FormsAuthenticationTicket do konstruktora.

Dotyczy

Zobacz też