Opc.Ua.Core
m_children Field



Opc.Ua Namespace > NodeState Class : m_children Field
A list of children of the node.
Syntax
'Declaration
 
Protected m_children As List(Of BaseInstanceState)
'Usage
 
Dim instance As NodeState
Dim value As List(Of BaseInstanceState)
 
value = instance.m_children
 
instance.m_children = value
protected List<BaseInstanceState> m_children
protected:
List<BaseInstanceState^>^ m_children
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