Click or drag to resize

ScriptObjectGetProperty Method (Int32)

Gets the value of an indexed script object property.

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

Parameters

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

Return Value

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