DeviceFilterElement.Compare 属性
定义
获取或设置由比较计算器计算的功能。Gets or sets the capability evaluated by the comparison evaluator. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
property System::String ^ Compare { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("compare")]
[System.Configuration.StringValidator(MinLength=1)]
public string Compare { get; set; }
[<System.Configuration.ConfigurationProperty("compare")>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.Compare : string with get, set
Public Property Compare As String
属性值
由比较计算器计算的功能。The capability evaluated by the comparison evaluator.
- 属性
注解
此属性用于比较筛选器。This property is used in comparison filters.