QueryableAttribute.MaxOrderByNodeCount Property

Gets or sets the maximum number of expressions that can be present in the $orderby.

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

Syntax

'Declaration
Public Property MaxOrderByNodeCount As Integer 
    Get 
    Set
'Usage
Dim instance As QueryableAttribute 
Dim value As Integer 

value = instance.MaxOrderByNodeCount

instance.MaxOrderByNodeCount = value
public int MaxOrderByNodeCount { get; set; }
public:
property int MaxOrderByNodeCount {
    int get ();
    void set (int value);
}
member MaxOrderByNodeCount : int with get, set
function get MaxOrderByNodeCount () : int 
function set MaxOrderByNodeCount (value : int)

Property Value

Type: System.Int32
The maximum number of expressions that can be present in the $orderby.

See Also

Reference

QueryableAttribute Class

System.Web.Http Namespace