Gets this object's property.
[C#] JSValue GetProperty(string name) [Visual Basic] Function GetProperty(name As String) As JSValue
JSValue GetProperty(string name)
Function GetProperty(name As String) As JSValue
may throw Exception()
The method gets the property with the specified name.
None.