FilterableAttribute.Yes Field

Definition

Represents a predefined FilterableAttribute object that indicates that a property supports device filtering. This field is read-only.

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 

Field Value

Remarks

The Yes field represents a predefined FilterableAttribute object that indicates that a property supports device filtering. This field is often used when comparing a FilterableAttribute object to the predefined FilterableAttribute object.

Note

This is the default FilterableAttribute object.

Applies to

See also