MemorySeries.Item Property

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

Property Value

DataObject

In this article

Definition