ProfileGroupSettingsCollection.Get Método

Definição

Devolve um ProfileGroupSettings objeto.

Sobrecargas

Name Description
Get(Int32)

Devolve o ProfileGroupSettings objeto no índice especificado.

Get(String)

Devolve o ProfileGroupSettings objeto com o nome especificado.

Get(Int32)

Devolve o ProfileGroupSettings objeto no í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

O índice do ProfileGroupSettings objeto a obter.

Devoluções

O ProfileGroupSettings objeto no índice especificado, ou null se não houver objeto nesse índice.

Ver também

Aplica-se a

Get(String)

Devolve o ProfileGroupSettings objeto com o nome 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

O nome do ProfileGroupSettings objeto a obter.

Devoluções

O ProfileGroupSettings objeto com o nome especificado, ou null se o nome não existir.

Ver também

Aplica-se a