Opc.Ua.Core
SetChildValue(ISystemContext,QualifiedName,Object,Boolean) Method



Opc.Ua Namespace > NodeState Class > SetChildValue Method : SetChildValue(ISystemContext,QualifiedName,Object,Boolean) Method
Finds the child variable with the specified browse and assigns the value to it.
Syntax
'Declaration
 
Public Overloads Function SetChildValue( _
   ByVal context As ISystemContext, _
   ByVal browseName As QualifiedName, _
   ByVal value As Object, _
   ByVal copy As Boolean _
) As Boolean
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim browseName As QualifiedName
Dim value As Object
Dim copy As Boolean
Dim value As Boolean
 
value = instance.SetChildValue(context, browseName, value, copy)

Parameters

context
browseName
value
copy

Return Value

False if the child does not exist or is not a variable.
Remarks
Creates the child if does not already exist.
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