DeviceFilterElement.Argument プロパティ

定義

機能を比較する引数を取得または設定します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

public:
 property System::String ^ Argument { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("argument")]
[System.Configuration.StringValidator(MinLength=1)]
public string Argument { get; set; }
[<System.Configuration.ConfigurationProperty("argument")>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.Argument : string with get, set
Public Property Argument As String

プロパティ値

機能を比較する必要がある引数。

属性

注釈

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

適用対象