Order.Portfolio Property

Gets the portfolio.
[Browsable(false)] 
public Portfolio Portfolio {get; set;}
This language is not supported or no code example is available.
[Browsable(false)] 
public:  
property Portfolio^ Portfolio { 
Portfolio^ get( ); 
void set( 
Portfolio^ value 
); 
}
This language is not supported or no code example is available.
public  
Browsable(false) 
function get Portfolio() : Portfolio
public  
Browsable(false) 
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