Share via


ProfilePropertySettingsCollection.Get Metodo

Definizione

Restituisce un oggetto ProfileSection.

Overload

Get(Int32)

Restituisce l'oggetto ProfileSection in corrispondenza dell'indice specificato.

Get(String)

Restituisce l'oggetto ProfileSection con il nome specificato.

Get(Int32)

Restituisce l'oggetto ProfileSection in corrispondenza dell'indice specificato.

public:
 System::Web::Configuration::ProfilePropertySettings ^ Get(int index);
public System.Web.Configuration.ProfilePropertySettings Get (int index);
member this.Get : int -> System.Web.Configuration.ProfilePropertySettings
Public Function Get (index As Integer) As ProfilePropertySettings

Parametri

index
Int32

Indice dell'oggetto ProfileSection da ottenere.

Restituisce

Oggetto ProfileSection in corrispondenza dell'indice specificato, oppure null se non è presente alcun oggetto nell'indice.

Vedi anche

Si applica a

Get(String)

Restituisce l'oggetto ProfileSection con il nome specificato.

public:
 System::Web::Configuration::ProfilePropertySettings ^ Get(System::String ^ name);
public System.Web.Configuration.ProfilePropertySettings Get (string name);
member this.Get : string -> System.Web.Configuration.ProfilePropertySettings
Public Function Get (name As String) As ProfilePropertySettings

Parametri

name
String

Nome dell'oggetto ProfileSection da ottenere.

Restituisce

L'oggetto ProfileSection con il nome specificato oppure null se il nome non esiste.

Vedi anche

Si applica a