Global.Item Property

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

key
string

Property Value

object

In this article

Definition