Click or drag to resize

IJsObjectPropertyCollection.Item Property

Overload List
  NameDescription
Public propertyItem[String]
Gets or sets a property with the specified name in the current JavaScript object. The name parameter represents JavaScript object's property name.
Public propertyItem[UInt32]
Gets or sets a property with the specified index in the current JavaScript object. The index parameter represents JavaScript object's property index.
Top
See Also