FilterableAttribute.Default Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a predefined FilterableAttribute object with default property settings. This field is read-only.
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
Field Value
Remarks
The Default field represents a predefined FilterableAttribute object with default property settings. This field is often used when comparing a FilterableAttribute object to the predefined object.
Note
The Default field is identical to the FilterableAttribute object represented by the Yes field.