Portfolio.Account Property

Gets the account.
[Browsable(false)] 
public Account Account {get;}
This language is not supported or no code example is available.
[Browsable(false)] 
public:  
property Account^ Account { 
Account^ get( ); 
}
This language is not supported or no code example is available.
public  
Browsable(false) 
function get Account() : Account;
This language is not supported or no code example is available.

Property Value

Account

The account.

In this article

Definition