Compartir a través de


ProfileGroupSettingsCollection.Get Método

Definición

Devuelve un objeto ProfileGroupSettings.

Sobrecargas

Get(Int32)

Devuelve el objeto ProfileGroupSettings situado en el índice especificado.

Get(String)

Devuelve el objeto ProfileGroupSettings con el nombre especificado.

Get(Int32)

Devuelve el objeto ProfileGroupSettings situado 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 objeto ProfileGroupSettings que se va a obtener.

Devoluciones

El objeto ProfileGroupSettings 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 ProfileGroupSettings 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

El nombre del objeto ProfileGroupSettings que se debe obtener.

Devoluciones

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

Consulte también

Se aplica a