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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.OperationModel.ComTypes Namespace > _DAItemValueArguments Interface : SetValue Method
Gets or sets the data value that is an argument to the operation.
Syntax
'Declaration
 
Sub SetValue( _
   ByVal value As Object _
) 
'Usage
 
Dim instance As _DAItemValueArguments
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