OrderSpec.Descend Property (Typed) | |
A logical value determining if this is to be a descending order. Defaults to FALSE for ascending order.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Descend AS LOGIC GET SET
public virtual bool Descend { get; set; }
Request Example
View SourceProperty Value
Type:
LogicA logical value determining if this is to be a descending order. Defaults to FALSE for ascending order.
See Also