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 string Name { get; }

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: