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.4
Syntaxpublic 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
- Type: SystemInt32
The index of the property to set. - value
- Type: SystemObject
The new property value.
See Also