Click or drag to resize

IScriptObject.GetProperty(String, Object[]) Method

Gets the value of a named script object property.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.0
Syntax
Object GetProperty(
	string name,
	params Object[] args
)

Parameters

name  String
The name of the property to get.
args  Object[]
Optional arguments for property retrieval.

Return Value

Object
The value of the specified property.
See Also