ScriptObject.Item Property
.NET Framework 4.5
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets or sets a member of the script object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Item[Double] | Gets or sets a member of the script object that is designated by the specified Double index value. |
|
Item[Int32] | Gets or sets a member of the script object that is designated by the specified Int32 index value. |
|
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. |
|
Item[String] | Gets or sets a member of the script object that is designated by the specified name. |