Opc.Ua.Core
FindChild(ISystemContext,QualifiedName) Method



Opc.Ua Namespace > NodeState Class > FindChild Method : FindChild(ISystemContext,QualifiedName) Method
The context to use.
The browse name.
Finds the child with the specified browse name
Syntax
'Declaration
 
Public Overloads Overridable Function FindChild( _
   ByVal context As ISystemContext, _
   ByVal browseName As QualifiedName _
) As BaseInstanceState
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim browseName As QualifiedName
Dim value As BaseInstanceState
 
value = instance.FindChild(context, browseName)

Parameters

context
The context to use.
browseName
The browse name.

Return Value

The target if found. Null otherwise.
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

Reference

NodeState Class
NodeState Members
Overload List