ScriptObjectGetProperty Method (Int32) |
Gets the value of an indexed script object property.
Namespace:
Microsoft.ClearScript
Assembly:
ClearScript.Core (in ClearScript.Core.dll) Version: 7.3.1
Syntaxpublic 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
- Type: SystemInt32
The index of the property to get.
Return Value
Type:
ObjectThe value of the specified property.
See Also