EasyUA Reference
MakeWriteValue Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > NodeElement Class : MakeWriteValue Method

val
Value to be copied into the created WriteValue object.

Glossary Item Box

Builds a WriteValue object with the specified value.
The value is converted to the datatype of this VariableNode in the server.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeElement
Dim val As Object
Dim value As WriteValue
 
value = instance.MakeWriteValue(val)
C# 
public WriteValue MakeWriteValue( 
   object val
)

Parameters

val
Value to be copied into the created WriteValue object.

Return Value

Created object that can be used as a Session.WriteAttribute() method argument.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.