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::MaxAnyAllExpressionDepth Property
Gets or sets the maximum depth of the Any or All elements nested inside the query. This limit helps prevent Denial of Service attacks. The default value is 1.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Property Value
Type: System::Int32The maxiumum depth of the Any or All elements nested inside the query.
Show: