The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
EnableQueryAttribute::AllowedQueryOptions Property
Gets or sets the query parameters that are allowed in queries. The default is all query options, including $filter, $skip, $top, $orderby, $expand, $select, $inlineCount, $format and $skiptoken.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
public: property AllowedQueryOptions AllowedQueryOptions { AllowedQueryOptions get(); void set(AllowedQueryOptions value); }
Property Value
Type: System.Web.Http.OData.Query::AllowedQueryOptions
Show: