Click or drag to resize

ScriptObjectGetProperty Method (String, Object)

Gets the value of a named script object property.

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

Parameters

name
Type: SystemString
The name of the property to get.
args
Type: SystemObject
Optional arguments for property retrieval.

Return Value

Type: Object
The value of the specified property.
See Also