Version

GetNetworkNode Method

Returns the Network node obtained from its identifier
Syntax
'Declaration
 
Protected Function GetNetworkNode( _
   ByVal oNetworkNodeId As System.Object, _
   Optional ByVal bValidate As System.Boolean _
) As System.Object
protected System.object GetNetworkNode( 
   System.object oNetworkNodeId,
   System.bool bValidate
)
protected: System.Object* GetNetworkNode( 
   System.Object* oNetworkNodeId,
   System.bool bValidate
) 

Parameters

oNetworkNodeId
Identifier of the specific network node
bValidate
Boolean of true throws exceptions if unable to parse into a single of NetworkNode item

Return Value

The Network node obtained from its identifier
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