Share via


DeviceFilterElement.Compare 属性

定义

获取或设置由比较计算器计算的功能。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 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

属性值

由比较计算器计算的功能。

属性

注解

此属性用于比较筛选器。

适用于