QuickOPC User's Guide and Reference
DefaultValueTypeCode Field (UALiteralOperand)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Filtering Namespace > UALiteralOperand Class : DefaultValueTypeCode Field
The default type code that is used with the value. Equals to System.TypeCode.Object.
Syntax
'Declaration
 
Public Const DefaultValueTypeCode As TypeCode
'Usage
 
Dim value As TypeCode
 
value = UALiteralOperand.DefaultValueTypeCode
public const TypeCode DefaultValueTypeCode
public:
const TypeCode DefaultValueTypeCode
Remarks
The System.TypeCode.Object effectively bypasses the value conversion.
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