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