ProfileGroupSettingsCollection.Get Método

Definición

Devuelve un objeto ProfileGroupSettings.

Sobrecargas

Nombre Description
Get(Int32)

Devuelve el ProfileGroupSettings objeto en el índice especificado.

Get(String)

Devuelve el ProfileGroupSettings objeto con el nombre especificado.

Get(Int32)

Devuelve el ProfileGroupSettings objeto en el índice especificado.

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

Parámetros

index
Int32

Índice del ProfileGroupSettings objeto que se va a obtener.

Devoluciones

Objeto ProfileGroupSettings 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 ProfileGroupSettings objeto con el nombre especificado.

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

Parámetros

name
String

Nombre del ProfileGroupSettings objeto que se va a obtener.

Devoluciones

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

Consulte también

Se aplica a