ScriptObjectSetProperty(Int32, Object) Method |
Sets the value of an indexed script object property.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public abstract void SetProperty(
int index,
Object value
)
Public MustOverride Sub SetProperty (
index As Integer,
value As Object
)
public:
virtual void SetProperty(
int index,
Object^ value
) abstract
abstract SetProperty :
index : int *
value : Object -> unit
Parameters
- index Int32
- The index of the property to set.
- value Object
- The new property value.
Implements
IScriptObjectSetProperty(Int32, Object)See Also