BufferModeSettings.Name Property

 

Gets or sets the name of the BufferModeSettings object.

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

<ConfigurationPropertyAttribute("name", IsRequired := True, IsKey := True,
	DefaultValue := "")>
<StringValidatorAttribute(MinLength := 1)>
Public Property Name As String

Property Value

Type: System.String

The name of the BufferModeSettings object. The default value is an empty string.

A unique name is required.

The following code example shows how to use the MaxBufferSize property. This code example is part of a larger example provided for the HealthMonitoringSection class.

bufferModeSetting.Name = "Operations Notification"

.NET Framework
Available since 2.0
Return to top
Show: