This topic has not yet been rated - Rate this topic

JSObject Properties

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The JSObject type exposes the following members.

  Name Description
Public property Item[Double] Gets or sets a member of the script object that is designated by the specified Double index value. (Inherited from ScriptObject.)
Public property Item[Int32] Gets or sets a member of the script object that is designated by the specified Int32 index value. (Inherited from ScriptObject.)
Public property Item[Object[]] Gets or sets a member of the script object that is designated by the specified name, Double index value, or Int32 index value. (Inherited from ScriptObject.)
Public property Item[String] Gets or sets a member of the script object that is designated by the specified name. (Inherited from ScriptObject.)
Public property UnderlyingSystemType Gets the type of the script object. (Inherited from ScriptObject.)
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ