Share via


OrderByNode.Direction Property

 

Gets the OrderByDirection for the current node.

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

Syntax

public OrderByDirection Direction {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    internal set;
}
public:
property OrderByDirection Direction {
    [CompilerGeneratedAttribute]
    OrderByDirection get();
    [CompilerGeneratedAttribute]
    internal: void set(OrderByDirection value);
}
member Direction : OrderByDirection with get, internal set
Public Property Direction As OrderByDirection
    Get
    Friend Set
End Property

Property Value

Type: Microsoft.Data.OData.Query.OrderByDirection

See Also

OrderByNode Class
System.Web.Http.OData.Query Namespace

Return to top