ProfileInfoCollection.Item[String] Proprietà

Definizione

Ottiene l'oggetto ProfileInfo nell'insieme a cui fa riferimento l'oggetto specificato 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

Oggetto UserName dell'oggetto ProfileInfo da recuperare dall'insieme.

Valore della proprietà

Oggetto ProfileInfo per il nome utente specificato. Se il nome non viene trovato nella raccolta, null viene restituito .

Si applica a

Vedi anche