Click or drag to resize

ScriptObjectSetProperty Method (Int32, Object)

Sets the value of an indexed script object property.

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

Parameters

index
Type: SystemInt32
The index of the property to set.
value
Type: SystemObject
The new property value.
See Also