OrderExpression.OrderType Property

Definition

Gets or sets the order, ascending or descending.

public:
 property Microsoft::Xrm::Sdk::Query::OrderType OrderType { Microsoft::Xrm::Sdk::Query::OrderType get(); void set(Microsoft::Xrm::Sdk::Query::OrderType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Query.OrderType OrderType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.OrderType : Microsoft.Xrm.Sdk.Query.OrderType with get, set
Public Property OrderType As OrderType

Property Value

The order, ascending or descending.

Attributes

Applies to