Click or drag to resize

IScriptObjectSetProperty(Int32, Object) Method

Sets the value of an indexed script object property.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
void SetProperty(
	int index,
	Object value
)

Parameters

index  Int32
The index of the property to set.
value  Object
The new property value.
See Also