GetProperty Method
GetProperty(string)
Gets the property by name.
Declaration
object GetProperty(string name)
Function GetProperty(name As String) As Object
Parameters
| Type |
Name |
Description |
| string |
name |
Property name
|
Returns
| Type |
Description |
| object |
The property by name
|