FilterableAttribute.Yes 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 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.