Share via


PropertyConfiguration.IsNonFilterable Method ()

 

Sets the property as nonfilterable.

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

Syntax

public PropertyConfiguration IsNonFilterable()
public:
PropertyConfiguration^ IsNonFilterable()
member IsNonFilterable : unit -> PropertyConfiguration
Public Function IsNonFilterable As PropertyConfiguration

Return Value

Type: System.Web.OData.Builder.PropertyConfiguration

Returns PropertyConfiguration.

See Also

PropertyConfiguration Class
System.Web.OData.Builder Namespace

Return to top