Click or drag to resize

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.13.0
Syntax
C#
Object this[
	uint index
] { get; set; }

Parameters

index
Type: SystemUInt32
The index of the property. Cannot be null or empty.

Property Value

Type: Object
The value associated with the specified name.
Exceptions
ExceptionCondition
ArgumentException The value is an IJsObject with a different JavaScript context.
ObjectDisposedExceptionThe IJsObject has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
See Also