Compartilhar via


ProfileSection Construtor

Definição

Inicializa uma nova instância da classe ProfileSection usando as configurações padrão.

public:
 ProfileSection();
public ProfileSection ();
Public Sub New ()

Comentários

A tabela a seguir mostra as configurações padrão usadas para esse construtor.

Configuração Valor Padrão
DefaultProvider "AspNetSqlProfileProvider".
Enabled true.
Inherits Uma cadeia de caracteres vazia ("").
PropertySettings Um RootProfilePropertySettingsCollection vazio.
Providers Um ProviderSettingsCollection vazio.

Aplica-se a

Confira também