Condividi tramite


FormsIdentity.Name Proprietà

Definizione

Ottiene il nome utente dell'identità basata su form.

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

Valore della proprietà

Nome utente dell'identità basata su form.

Implementazioni

Commenti

La Name proprietà restituisce il valore della Name proprietà fornita FormsAuthenticationTicket al costruttore.

Si applica a

Vedi anche