OPC Studio User's Guide and Reference
Value Property (ValueArguments)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.OperationModel Namespace > ValueArguments Class : Value Property
Gets or sets the value that is an argument to the operation.
Syntax
'Declaration
 
<DataMemberAttribute()>
<DefaultValueAttribute("")>
<TypeConverterAttribute(OpcLabs.BaseLib.ComponentModel.Internal.ExpandableObjectConverterWpf)>
Public Property Value As Object
 
'Usage
 
Dim instance As ValueArguments
Dim value As Object
 
instance.Value = value
 
value = instance.Value
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