| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As NodeState Dim context As ISystemContext Dim componentPath As IList(Of QualifiedName) Dim index As Integer Dim attributeId As UInteger Dim value As DataValue Dim value As ServiceResult value = instance.WriteChildAttribute(context, componentPath, index, attributeId, value) | |
| C# | |
|---|---|
| public ServiceResult WriteChildAttribute( ISystemContext context, IList<QualifiedName> componentPath, int index, uint attributeId, DataValue value ) | |
Parameters
- context
- The context.
- componentPath
- The component path.
- index
- The index.
- attributeId
- The attribute id.
- value
- The value.
Return Value
An instance of the ServiceResult containing the status code and diagnostic info for the operation. ServiceResult.Good if successful. Detailed error information otherwise.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    