OrderManager.Orders Property

Gets the orders.
public List<Order> Orders {get;}
This language is not supported or no code example is available.
public:  
property List<Order^>^ Orders { 
List<Order^>^ get( ); 
}
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Property Value

List<Order>

The orders.

In this article

Definition