ProfileGroupSettingsCollection.Get Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna um objeto ProfileGroupSettings.
Sobrecargas
Get(Int32) |
Retorna o objeto ProfileGroupSettings no índice especificado. |
Get(String) |
Retorna o objeto ProfileGroupSettings com o nome especificado. |
Get(Int32)
Retorna o objeto ProfileGroupSettings 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 ProfileGroupSettings a obter.
Retornos
O objeto ProfileGroupSettings no índice especificado ou null
, se não houver nenhum objeto no índice.
Confira também
Aplica-se a
Get(String)
Retorna o objeto ProfileGroupSettings 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 de ProfileGroupSettings para obter.
Retornos
O objeto ProfileGroupSettings com o nome especificado ou null
, se o nome não existir.