Click or drag to resize

ScriptObjectItem(Int32) Property

Gets or sets the value of an indexed script object property.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public abstract Object this[
	int index
] { get; set; }

Parameters

index  Int32
The index of the property to get or set.

Return Value

Object
The value of the specified property.

Implements

IScriptObjectItemInt32
See Also