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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Filtering Namespace > UALiteralOperand Class > UALiteralOperand Constructor : UALiteralOperand Constructor(Object,Type)
A literal value.
Specifies the type that should be used with the value.
Initializes a new instance of the UALiteralOperand class. Initializes a new instance of the class, with given literal value and the type to be used with it.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Object, _
   ByVal valueType As Type _
)
'Usage
 
Dim value As Object
Dim valueType As Type
 
Dim instance As New UALiteralOperand(value, valueType)
public UALiteralOperand( 
   object value,
   Type valueType
)
public:
UALiteralOperand( 
   Object^ value,
   Type^ valueType
)

Parameters

value
A literal value.
valueType
Specifies the type that should be used with the 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