Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Session Dim nodesToWrite As IList(Of WriteValue) Dim value As List(Of StatusCode) value = instance.WriteAttributes(nodesToWrite) |
C# | |
---|---|
public List<StatusCode> WriteAttributes( IList<WriteValue> nodesToWrite ) |
Parameters
- nodesToWrite
- The nodes/attributes to write.
Return Value
A list of StatusCodes that indicate for each node whether the write operation has been successful.
The Write Service is used to write a list of attributes of one
or more nodes. For the Value Attribute the Write rights are indicated
by the AccessLevel and UserAccessLevel Attribute of the Variable.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x