Click or drag to resize

IScriptObjectGetProperty(Int32) Method

Gets the value of an indexed script object property.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
Object GetProperty(
	int index
)

Parameters

index  Int32
The index of the property to get.

Return Value

Object
The value of the specified property.
See Also