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