FilterableAttribute.Default 字段

定义

表示具有默认属性设置的 FilterableAttribute 预定义对象。 此字段是只读的。

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

字段值

注解

Default 字段表示具有默认属性设置的 FilterableAttribute 预定义对象。 将对象与预定义对象进行比较 FilterableAttribute 时,通常使用此字段。

注释

Default 字段与 FilterableAttribute 字段所表示 Yes 的对象相同。

适用于

另请参阅