Order.Type Property
Gets the type.
[ReadOnly(true)]
public OrderType Type {get; set;}
This language is not supported or no code example is available.
This language is not supported or no code example is available.
public
ReadOnly(true)
function get Type() : OrderType;
public
ReadOnly(true)
function set Type(value : OrderType);
This language is not supported or no code example is available.
Property Value
OrderType
The type.
In this article
Definition