Condividi tramite


ProfileInfoCollection.Item[String] Proprietà

Definizione

Ottiene l'oggetto ProfileInfo presente nell'insieme, a cui fa riferimento la proprietà UserName.

public:
 property System::Web::Profile::ProfileInfo ^ default[System::String ^] { System::Web::Profile::ProfileInfo ^ get(System::String ^ name); };
public System.Web.Profile.ProfileInfo this[string name] { get; }
member this.Item(string) : System.Web.Profile.ProfileInfo
Default Public ReadOnly Property Item(name As String) As ProfileInfo

Parametri

name
String

Proprietà UserName dell'oggetto ProfileInfo da recuperare dall'insieme.

Valore della proprietà

Oggetto ProfileInfo per il nome utente specificato. Se il nome non è presente nell'insieme, viene restituito il valore null.

Si applica a

Vedi anche