OrderExpression.OrderType Property
Applies To: Dynamics CRM 2015
Gets or sets the order, ascending or descending.
Namespace: Microsoft.Xrm.Sdk.Query
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public OrderType OrderType { get; set; }
public:
[DataMemberAttribute]
property OrderType OrderType {
OrderType get();
void set(OrderType value);
}
[<DataMemberAttribute>]
member OrderType : OrderType with get, set
<DataMemberAttribute>
Public Property OrderType As OrderType
Property Value
Type: Microsoft.Xrm.Sdk.Query.OrderType
Returns OrderType
The order, ascending or descending.
See Also
OrderExpression Class
Microsoft.Xrm.Sdk.Query Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright