FilterableAttribute.Yes 字段

定义

表示一个预定义 FilterableAttribute 对象,用于指示属性支持设备筛选。 此字段为只读。

public: static initonly System::Web::UI::FilterableAttribute ^ Yes;
public static readonly System.Web.UI.FilterableAttribute Yes;
 staticval mutable Yes : System.Web.UI.FilterableAttribute
Public Shared ReadOnly Yes As FilterableAttribute 

字段值

注解

字段 Yes 表示一个预定义 FilterableAttribute 的对象,该对象指示属性支持设备筛选。 将 对象与预定义FilterableAttribute对象进行比较FilterableAttribute时,通常使用此字段。

注意

这是默认 FilterableAttribute 对象。

适用于

另请参阅