DeviceFilterElement.Method 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置由用作计算器委托的属性指定的 FilterClass 类中的方法。 此 API 已过时。 有关如何开发 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该方法是计算器委托。
- 属性
注解
此属性用于计算器(或基于委托的)筛选器。