PortfolioManager.GetById Method

Gets the Portfolio with the specified identifier.
public Portfolio GetById( 
int id 
)
This language is not supported or no code example is available.
public:  
Portfolio^ GetById( 
int id 
)
This language is not supported or no code example is available.
public function GetById( 
id : int 
) : Portfolio;
This language is not supported or no code example is available.

Parameters

id
int

The identifier.

Return Value

Portfolio

Portfolio.

In this article

Definition