OrderSpec.Custom Property | |
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:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Custom AS USUAL GET SET
public virtual Usual Custom { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA 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