Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the maximum number of nodes inside the $filter syntax tree.
Namespace: System.Web.Http
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
Public Property MaxNodeCount As Integer
Get
Set
'Usage
Dim instance As QueryableAttribute
Dim value As Integer
value = instance.MaxNodeCount
instance.MaxNodeCount = value
public int MaxNodeCount { get; set; }
public:
property int MaxNodeCount {
int get ();
void set (int value);
}
member MaxNodeCount : int with get, set
function get MaxNodeCount () : int
function set MaxNodeCount (value : int)
Property Value
Type: System.Int32
The maximum number of nodes inside the $filter syntax tree. The default value is 100.