DeviceFilterElement.Compare Property

 

Gets or sets the capability evaluated by the comparison evaluator. 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("compare")]
[StringValidatorAttribute(MinLength = 1)]
public string Compare { get; set; }

Property Value

Type: System.String

The capability evaluated by the comparison evaluator.

This property is used in comparison filters.

.NET Framework
Available since 2.0
Return to top
Show: