SeriesList.Item (System.String) Property

public DataSeries this[ 
string userName 
] {get;}
This language is not supported or no code example is available.
public:  
property DataSeries^ Item[String] { 
DataSeries^ get( 
String^ userName 
); 
}
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

userName
string

Property Value

DataSeries

In this article

Definition