DeviceFilterElement.FilterClass プロパティ

定義

エバリュエーター デリゲートを含むクラス型を取得または設定します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

public:
 property Type ^ FilterClass { Type ^ get(); void set(Type ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.MobileControls.MobileTypeNameConverter))]
[System.Configuration.ConfigurationProperty("type")]
public Type FilterClass { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.MobileControls.MobileTypeNameConverter))>]
[<System.Configuration.ConfigurationProperty("type")>]
member this.FilterClass : Type with get, set
Public Property FilterClass As Type

プロパティ値

エバリュエーター デリゲートを含むクラス型。

属性

注釈

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

適用対象