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

プロパティ値

比較エバリュエーターによって評価される機能。

属性

注釈

このプロパティは、比較フィルターで使用されます。

適用対象