FilterableAttribute.No 字段

定义

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

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

字段值

注解

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

适用于

另请参阅