ExecutionReportList.Reports Property
public ExecutionReport[] Reports {get; set;}
This language is not supported or no code example is available.
public:
property array< ExecutionReport^ >^ Reports {
array< ExecutionReport^ >^ get( );
void set(
array< ExecutionReport^ >^ value
);
}
This language is not supported or no code example is available.
public function get Reports() : ExecutionReport[];
public function set Reports(value : ExecutionReport[]);
This language is not supported or no code example is available.