ProfileSection Constructor ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the ProfileSection class using default settings.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

Public Sub New

The following table shows the default settings that are used for this constructor.

Setting

Default Value

DefaultProvider

"AspNetSqlProfileProvider".

Enabled

true.

Inherits

An empty string ("").

PropertySettings

An empty RootProfilePropertySettingsCollection.

Providers

An empty ProviderSettingsCollection.

.NET Framework
Available since 2.0
Return to top
Show: