Portfolio.Item Property

public Position this[ 
Instrument instrument 
] {get;}
This language is not supported or no code example is available.
public:  
property Position^ Item[Instrument] { 
Position^ get( 
Instrument^ instrument 
); 
}
This language is not supported or no code example is available.
JScript suports the use of indexed properties, but not the declaration of new ones.
This language is not supported or no code example is available.

Parameters

instrument
Instrument

Property Value

Position

In this article

Definition