Click or drag to resize

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.3.1
Syntax
public Object this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The index of the property to get or set.

Return Value

Type: Object
The value of the specified property.
See Also