Compartilhar via


ProfilePropertySettingsCollection.Get Método

Definição

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

ProfilePropertySettings

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

ProfilePropertySettings

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

Confira também

Aplica-se a