Click or drag to resize

ScriptObjectItem(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
public abstract 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.

Implements

IScriptObjectItemString, Object
See Also