Click or drag to resize

ScriptObjectSetProperty(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
public abstract void SetProperty(
	int index,
	Object value
)

Parameters

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

Implements

IScriptObjectSetProperty(Int32, Object)
See Also