Share via


DeviceFilterElement.Compare 屬性

定義

取得或設定比較評估工具所評估的能力。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 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

屬性值

比較評估工具所評估的能力。

屬性

備註

這個屬性用於比較篩選。

適用於