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 内のメソッド。

属性

注釈

このプロパティは、エバリュエーター (またはデリゲート ベース) フィルターで使用されます。

適用対象