Share via


DeviceFilterElement.Argument 屬性

定義

取得或設定引數,能力應與它做比較。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with 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

屬性值

引數,能力應與它做比較。

屬性

備註

這個屬性用於比較篩選。

適用於