Order.Reports Property

Gets or sets the reports.
[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.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Property Value

List<ExecutionReport>

The reports.

In this article

Definition