IgnoreDeviceFilterElement.Name Property

.NET Framework (current version)
 

Gets the name of the element to ignore.

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

[<ConfigurationPropertyAttribute("name", IsRequired = true, IsKey = true)>]
[<StringValidatorAttribute(MinLength = 1)>]
member Name : string with get

Property Value

Type: System.String

The name of the element to ignore.

.NET Framework
Available since 4.0
Return to top
Show: