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



OpcLabs.EasyOpcClassic 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 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

_DAItemValueArguments Interface
_DAItemValueArguments Members