JSObject Properties
.NET Framework 4
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 | |
|---|---|---|
|
Item[Double] | Gets or sets a member of the script object that is designated by the specified Double index value. (Inherited from ScriptObject.) |
|
Item[Int32] | Gets or sets a member of the script object that is designated by the specified Int32 index value. (Inherited from ScriptObject.) |
|
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.) |
|
Item[String] | Gets or sets a member of the script object that is designated by the specified name. (Inherited from ScriptObject.) |
|
UnderlyingSystemType | Gets the type of the script object. (Inherited from ScriptObject.) |