IJsObjectPropertyCollection.Item Property |
Name | Description | |
---|---|---|
![]() | Item[String] |
Gets or sets a property with the specified name in the current JavaScript object.
The name parameter represents JavaScript object's property name.
|
![]() | Item[UInt32] |
Gets or sets a property with the specified index in the current JavaScript object.
The index parameter represents JavaScript object's property index.
|