EventMappingSettings.Name Property
.NET Framework (current version)
Gets or sets the name of the EventMappingSettings object.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("name", IsRequired = true, IsKey = true, DefaultValue = "")>] member Name : string with get, set
Property Value
Type: System.StringThe name of the EventMappingSettings object. The default is an empty string ("").
A unique name is required. Duplicate names may result in a loss of data when the configuration section is saved.
The following code example shows how to use the Name 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: