通过


DeviceFilterElement.Method 属性

定义

获取或设置由用作计算器委托的属性指定的 FilterClass 类中的方法。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

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该方法是计算器委托。

属性

注解

此属性用于计算器(或基于委托的)筛选器。

适用于