Share via


PropertyConfiguration.NonFilterable Property

 

Gets or sets whether the property is nonfilterable. default is false.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public bool NonFilterable { get; set; }
public:
property bool NonFilterable {
    bool get();
    void set(bool value);
}
member NonFilterable : bool with get, set
Public Property NonFilterable As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

PropertyConfiguration Class
System.Web.OData.Builder Namespace

Return to top