HealthMonitoringSection.Profiles Property
.NET Framework (current version)
Gets a ProfileSettingsCollection collection of ProfileSettings objects.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("profiles")>] member Profiles : ProfileSettingsCollection with get
Property Value
Type: System.Web.Configuration.ProfileSettingsCollectionA ProfileSettingsCollection collection of ProfileSettings objects. The default is an empty ProfileSettingsCollection collection.
The following code example shows how to use the Profiles property. 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: