Click or drag to resize

ScriptObject.Item(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.5.0
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

IScriptObject.Item[String, Object[]]
See Also