OrderModel.Type Property

public OrderType Type {get; set;}
This language is not supported or no code example is available.
public:  
property OrderType Type { 
OrderType get( ); 
void set( 
OrderType value 
); 
}
This language is not supported or no code example is available.
public function get Type() : OrderType
public function set Type(value : OrderType);
This language is not supported or no code example is available.

Property Value

OrderType

In this article

Definition