Share via


DeviceFilterElement.Method 屬性

定義

取得或設定類別中 FilterClass 屬性指定做為評估工具委派的方法。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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

屬性值

FilterClass 中,做為評估工具委派的方法。

屬性

備註

此屬性用於評估工具 (或委派型) 篩選。

適用於