XMLDA.NET Reference
Write Method
See Also  Send Feedback
xmldanet Namespace > DataBindSubscription Class : Write Method

newValue
New item value.

Glossary Item Box

Write the value to the server using a synchnonous write.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As DataBindSubscription
Dim newValue As Object
Dim value As OPCError
 
value = instance.Write(newValue)
C# 
public OPCError Write( 
   object newValue
)

Parameters

newValue
New item value.

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

>

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.