Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Session Dim nodeToWrite As WriteValue Dim value As StatusCode value = instance.WriteAttribute(nodeToWrite) |
C# | |
---|---|
public StatusCode WriteAttribute( WriteValue nodeToWrite ) |
Parameters
- nodeToWrite
- The node/attribute to write.
Return Value
The StatusCode that indicates for each node whether the write operation has been successful.
The Write Service is used to write one attributes of one node. 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