ScriptObjectItem Property (Int32) |
Gets or sets the value of an indexed script object property.
Namespace:
Microsoft.ClearScript
Assembly:
ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.3
Syntaxpublic Object this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As Object
Get
Set
public:
property Object^ default[int index] {
Object^ get (int index);
void set (int index, Object^ value);
}
member Item : Object with get, set
Parameters
- index
- Type: SystemInt32
The index of the property to get or set.
Return Value
Type:
ObjectThe value of the specified property.
See Also