| Visual Basic (Usage) |  Copy Code | 
|---|---|
| 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) | |
| C# | |
|---|---|
| public bool SetChildValue( ISystemContext context, QualifiedName browseName, object value, bool copy ) | |
Parameters
- context
- browseName
- value
- copy
Return Value
False if the child does not exist or is not a variable.Creates the child if does not already exist.
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    