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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Filtering Namespace > UALiteralOperand Class > UALiteralOperand Constructor : UALiteralOperand Constructor(UALiteralOperand)
Literal operand object to copy from.
Initializes a new instance of the UALiteralOperand class.Initializes a new instance of the class as a copy of an existing literal operand.
Syntax
'Declaration
 
Public Function New( _
   ByVal literalOperand As UALiteralOperand _
)
'Usage
 
Dim literalOperand As UALiteralOperand
 
Dim instance As New UALiteralOperand(literalOperand)
public UALiteralOperand( 
   UALiteralOperand literalOperand
)
public:
UALiteralOperand( 
   UALiteralOperand^ literalOperand
)

Parameters

literalOperand
Literal operand object to copy from.
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