ProfileGroupSettingsCollection.Get Método

Definição

Retorna um objeto ProfileGroupSettings.Returns a ProfileGroupSettings object.

Sobrecargas

Get(Int32)

Retorna o objeto ProfileGroupSettings no índice especificado.Returns the ProfileGroupSettings object at the specified index.

Get(String)

Retorna o objeto ProfileGroupSettings com o nome especificado.Returns the ProfileGroupSettings object with the specified name.

Get(Int32)

Retorna o objeto ProfileGroupSettings no índice especificado.Returns the ProfileGroupSettings object at the specified index.

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 ProfileGroupSettings a obter.The index of the ProfileGroupSettings object to get.

Retornos

ProfileGroupSettings

O objeto ProfileGroupSettings no índice especificado ou null, se não houver nenhum objeto no índice.The ProfileGroupSettings object at the specified index, or null if there is no object at that index.

Confira também

Aplica-se a

Get(String)

Retorna o objeto ProfileGroupSettings com o nome especificado.Returns the ProfileGroupSettings object with the specified name.

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 de ProfileGroupSettings para obter.The name of the ProfileGroupSettings object to get.

Retornos

ProfileGroupSettings

O objeto ProfileGroupSettings com o nome especificado ou null, se o nome não existir.The ProfileGroupSettings object with the specified name, or null if the name does not exist.

Confira também

Aplica-se a