FilterableAttribute.No Field

Definition

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.

Applies to

See also