Compartir a través de


ProfilePropertySettingsCollection.Get Método

Definición

Devuelve un objeto ProfileSection.

Sobrecargas

Get(Int32)

Devuelve el objeto ProfileSection situado en el índice especificado.

Get(String)

Devuelve el objeto ProfileSection con el nombre especificado.

Get(Int32)

Devuelve el objeto ProfileSection situado en el índice especificado.

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

Parámetros

index
Int32

Índice de la ProfileSection que se va a obtener.

Devoluciones

El objeto ProfileSection situado en el índice especificado, o null si no hay ningún objeto en ese índice.

Consulte también

Se aplica a

Get(String)

Devuelve el objeto ProfileSection con el nombre especificado.

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

Parámetros

name
String

Nombre de ProfileSection que se va a obtener.

Devoluciones

Objeto ProfileSection con el nombre especificado o null si no existe el nombre.

Consulte también

Se aplica a