ExecutionMessage.Item Property

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

index
int

Property Value

object

In this article

Definition