Account.Positions Property

Gets the list of account positions.
public List<AccountPosition> Positions {get;}
This language is not supported or no code example is available.
public:  
property List<AccountPosition^>^ Positions { 
List<AccountPosition^>^ get( ); 
}
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Property Value

List<AccountPosition>

The list of positions.

In this article

Definition