ProfilePropertySettingsCollection.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 ProfileSection.
Sobrecargas
Get(Int32) |
Retorna o objeto ProfileSection no índice especificado. |
Get(String) |
Retorna o objeto ProfileSection com o nome especificado. |
Get(Int32)
Retorna o objeto ProfileSection no índice especificado.
public:
System::Web::Configuration::ProfilePropertySettings ^ Get(int index);
public System.Web.Configuration.ProfilePropertySettings Get (int index);
member this.Get : int -> System.Web.Configuration.ProfilePropertySettings
Public Function Get (index As Integer) As ProfilePropertySettings
Parâmetros
- index
- Int32
O índice do ProfileSection a obter.
Retornos
O objeto ProfileSection no índice especificado ou null
, se não houver nenhum objeto no índice.
Confira também
Aplica-se a
Get(String)
Retorna o objeto ProfileSection com o nome especificado.
public:
System::Web::Configuration::ProfilePropertySettings ^ Get(System::String ^ name);
public System.Web.Configuration.ProfilePropertySettings Get (string name);
member this.Get : string -> System.Web.Configuration.ProfilePropertySettings
Public Function Get (name As String) As ProfilePropertySettings
Parâmetros
- name
- String
O nome do ProfileSection a ser obtido.
Retornos
O objeto ProfileSection com o nome especificado ou null
, se o nome não existir.