PortfolioManager.GetByName Method

Gets the Portfolio with the specified name.
public Portfolio GetByName( 
string name 
)
This language is not supported or no code example is available.
public:  
Portfolio^ GetByName( 
String^ name 
)
This language is not supported or no code example is available.
public function GetByName( 
name : String 
) : Portfolio;
This language is not supported or no code example is available.

Parameters

name
string

The name.

Return Value

Portfolio

Portfolio.

In this article

Definition