Order.Commands Property

Gets or sets the commands.
[Category("Message")] 
[Description("Commands")] 
public List<ExecutionCommand> Commands {get; set;}
This language is not supported or no code example is available.
[Category("Message")] 
[Description("Commands")] 
public:  
property List<ExecutionCommand^>^ Commands { 
List<ExecutionCommand^>^ get( ); 
void set( 
List<ExecutionCommand^>^ value 
); 
}
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<ExecutionCommand>

The commands.

In this article

Definition