ExecutionReport.Portfolio Property

Gets the portfolio.
public Portfolio Portfolio {get; set;}
This language is not supported or no code example is available.
public:  
property Portfolio^ Portfolio { 
Portfolio^ get( ); 
void set( 
Portfolio^ value 
); 
}
This language is not supported or no code example is available.
public function get Portfolio() : Portfolio
public function set Portfolio(value : Portfolio);
This language is not supported or no code example is available.

Property Value

Portfolio

The portfolio.

In this article

Definition