propertyList = testObject.GetPropertyList()
propertyList = testObject.GetPropertyList()
| Variable | Description |
|---|---|
| propertyList | List(Of String). |
C#
List<string> propertyList = testObject.GetPropertyList();
VB
Dim propertyList As List(Of String) propertyList = testObject.GetPropertyList()