ScriptObjectGetProperty(Int32) Method |
Gets the value of an indexed script object property.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public abstract Object GetProperty(
int index
)
Public MustOverride Function GetProperty (
index As Integer
) As Object
public:
virtual Object^ GetProperty(
int index
) abstract
abstract GetProperty :
index : int -> Object
Parameters
- index Int32
- The index of the property to get.
Return Value
ObjectThe value of the specified property.
Implements
IScriptObjectGetProperty(Int32)See Also