GetPropertyList Method (TestObject)

Action

Returns a list of property names that can be retrieved for the given object.

Syntax

propertyList = testObject.GetPropertyList()
Variable Description
propertyList List(Of String).

Examples

Dim propertyList As List(Of String)
propertyList = testObject.GetPropertyList()