OrderSpec.WhileBlock Property (Typed) | |
A WHILE condition code block used during the building of this order.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY WhileBlock AS USUAL GET SET
public virtual Usual WhileBlock { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA WHILE condition code block used during the building of this order.
See Also