Bar.Item (System.String) Property

Gets or sets the Double with the specified name.
public object this[ 
string name 
] {get; set;}
This language is not supported or no code example is available.
public:  
property object^ Item[String] { 
object^ get( 
String^ name 
); 
void set( 
String^ name
object^ value 
); 
}
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

name
string

The name.

Property Value

object

System.Double.

In this article

Definition