ProfileSettings Constructor (String)
.NET Framework (current version)
Initializes a new instance of the ProfileSettings class. using the specified name for the new instance of the class.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System.String
The name of the ProfileSettings object to create.
The following table shows the default settings that are used for this constructor.
Property | Default value |
|---|---|
An empty string (""). | |
1. | |
Zero. |
The following code example shows how to use the ProfileSettings constructor. This code example is part of a larger example provided for the HealthMonitoringSection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: