QuickOPC User's Guide and Reference
UALiteralOperand Constructor(Object)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Filtering Namespace > UALiteralOperand Class > UALiteralOperand Constructor : UALiteralOperand Constructor(Object)
A literal value.
Initializes a new instance of the UALiteralOperand class. Initializes a new instance of the class, with given literal value.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Object _
)
'Usage
 
Dim value As Object
 
Dim instance As New UALiteralOperand(value)
public UALiteralOperand( 
   object value
)
public:
UALiteralOperand( 
   Object^ value
)

Parameters

value
A literal 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