Share via


DeviceFilterElement.Method 属性

定义

获取或设置 FilterClass 属性所指定的类的方法,该方法用作计算委托。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 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 中的方法,它是计算委托。

属性

注解

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

适用于