IJsObjectPropertyCollectionItem Property (UInt32) | 
 
                Gets or sets a property with the specified index in the current JavaScript object.
                The index parameter represents JavaScript object's property index.
            
 
    Namespace: 
   DotNetBrowser.Js
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.3
SyntaxObject this[
	uint index
] { get; set; }Parameters
- index
 - Type: SystemUInt32
The index of the property. Cannot be null or empty. 
Property Value
Type: 
ObjectThe value associated with the specified name.
Exceptions| Exception | Condition | 
|---|
| ArgumentException | 
                The value is an IJsObject with
                a different JavaScript context.
             | 
| ObjectDisposedException | The IJsObject has already been disposed. | 
| ConnectionClosedException | The connection to the Chromium engine is closed. | 
See Also