EasyUA Reference
WriteAttribute Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > Session Class : WriteAttribute Method

nodeToWrite
The node/attribute to write.

Glossary Item Box

Writes one attribute synchronously to server.

Syntax

Visual Basic (Usage)Copy Code
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.

Remarks

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.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.