HealthMonitoringSection.Profiles Property

 

Gets a ProfileSettingsCollection collection of ProfileSettings objects.

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

[<ConfigurationPropertyAttribute("profiles")>]
member Profiles : ProfileSettingsCollection with get

Property Value

Type: System.Web.Configuration.ProfileSettingsCollection

A 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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: