QuickOPC User's Guide and Reference
SetValue Method (_UADataValue)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComTypes Namespace > _UADataValue Interface : SetValue Method
The value of the data value.
Syntax
'Declaration
 
Sub SetValue( _
   ByVal value As Object _
) 
'Usage
 
Dim instance As _UADataValue
Dim value As Object
 
instance.SetValue(value)
void SetValue( 
   object value
)
void SetValue( 
   Object^ value
) 

Parameters

value
Remarks
Intended for use from Visual Basic 6.0.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also