Version

GetNetworkNodesFromArg Method

Retrieves a collection of NetworkNode items from its QTP variant for the Replay action.
Syntax
'Declaration
 
Protected Function GetNetworkNodesFromArg( _
   ByVal oNetworkNodesId As System.Object, _
   ByVal bValidate As System.Boolean _
) As System.Object
protected System.object GetNetworkNodesFromArg( 
   System.object oNetworkNodesId,
   System.bool bValidate
)
protected: System.Object* GetNetworkNodesFromArg( 
   System.Object* oNetworkNodesId,
   System.bool bValidate
) 

Parameters

oNetworkNodesId
bValidate
If true, throw exceptions if unable to parse into a collection of NetworkNode items

Return Value

Collection of NetworkNode items parsed from the incoming QTP variant
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also