ProfileGroupSettingsCollection.Get Método

Definição

Retorna um objeto ProfileGroupSettings.

Sobrecargas

Nome Description
Get(Int32)

Retorna o ProfileGroupSettings objeto no índice especificado.

Get(String)

Retorna o ProfileGroupSettings objeto com o nome especificado.

Get(Int32)

Retorna 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 objeto a ProfileGroupSettings ser obtido.

Retornos

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

Confira também

Aplica-se a

Get(String)

Retorna 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 objeto a ProfileGroupSettings ser obtido.

Retornos

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

Confira também

Aplica-se a