Condividi tramite


FormsIdentity.Name Proprietà

Definizione

Ottiene il nome utente dell'identità dei moduli.

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à dei moduli.

Implementazioni

Commenti

La Name proprietà restituisce il valore della Name proprietà dall'oggetto FormsAuthenticationTicket fornito al costruttore.

Si applica a

Vedi anche