DeviceFilterElement.Name Property

 

Gets the name by which the evaluator will be identified. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

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

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

Property Value

Type: System.String

The name by which the evaluator will be identified.

This property is required for both comparison and evaluator filters.

.NET Framework
Available since 2.0
Return to top
Show: