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);

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

.NET Framework 4.8.1 y otras versiones
Producto Versiones
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Get(String)

Devuelve el objeto ProfileGroupSettings con el nombre especificado.

public System.Web.Configuration.ProfileGroupSettings Get (string name);

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

.NET Framework 4.8.1 y otras versiones
Producto Versiones
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1