Order.Type Property

Gets the type.
[ReadOnly(true)] 
public OrderType Type {get; set;}
This language is not supported or no code example is available.
[ReadOnly(true)] 
public:  
property OrderType Type { 
OrderType get( ); 
void set( 
OrderType value 
); 
}
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