QuoteSeries.Item Property

Gets the Quote at the specified index.
public Quote this[ 
int index 
] {get;}
This language is not supported or no code example is available.
public:  
property Quote^ Item[int] { 
Quote^ get( 
int index 
); 
}
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

index
int

The index.

Property Value

Quote

Quote.

In this article

Definition