Click or drag to resize

IScriptObjectItem(String, Object) Property

Gets or sets the value of a named script object property.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
Object this[
	string name,
	params Object[] args
] { get; set; }

Parameters

name  String
The name of the property to get or set.
args  Object
Optional arguments for property access.

Return Value

Object
The value of the specified property.
See Also