ProfilePropertySettingsCollection.Get Método

Definição

Devolve um ProfileSection objeto.

Sobrecargas

Name Description
Get(Int32)

Devolve o ProfileSection objeto no índice especificado.

Get(String)

Devolve o ProfileSection objeto com o nome especificado.

Get(Int32)

Devolve o ProfileSection objeto 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 para obter.

Devoluções

O ProfileSection objeto no índice especificado, ou null se não houver objeto nesse índice.

Ver também

Aplica-se a

Get(String)

Devolve o ProfileSection objeto 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 obter.

Devoluções

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

Ver também

Aplica-se a