NodeByPath Property
Description
Gets the test set tree node from the specified tree path.
Property type
Read-only property
Syntax
Visual Basic
Public Property NodeByPath( _
   ByVal Path As String _
) As Object
Parameters
Path
The folder tree path starting from the tree root. For example, "Root\OTA_Demo_TestSets".
See Also