FilterableAttribute.No 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 does not support device filtering. This field is read-only.
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
Field Value
Remarks
The No field represents a predefined FilterableAttribute object that indicates that a property does not support device filtering. This field is often used when comparing a FilterableAttribute object to the predefined FilterableAttribute object.