Order.Reports Property
[Category("Message")]
[Description("Reports")]
public List<ExecutionReport> Reports {get; set;}
This language is not supported or no code example is available.
[Category("Message")]
[Description("Reports")]
public:
property List<ExecutionReport^>^ Reports {
List<ExecutionReport^>^ get( );
void set(
List<ExecutionReport^>^ value
);
}
This language is not supported or no code example is available.
Property Value
List<ExecutionReport>The reports.