Order.Commands Property
[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.
Property Value
List<ExecutionCommand>The commands.