Share via


ODataValidationSettings.MaxNodeCount Property

Gets or sets the maximum number of the nodes inside the $filter syntax tree.

Namespace:  System.Web.Http.OData.Query
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public Property MaxNodeCount As Integer 
    Get 
    Set
'Usage
Dim instance As ODataValidationSettings 
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 the nodes inside the $filter syntax tree. The default value is 100.

See Also

Reference

ODataValidationSettings Class

System.Web.Http.OData.Query Namespace