QuickOPC User's Guide and Reference
ValueTypeCode Property (_UALiteralOperand)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Filtering.ComTypes Namespace > _UALiteralOperand Interface : ValueTypeCode Property
Specifies the type code that should be used with the value.
Syntax
'Declaration
 
Property ValueTypeCode As TypeCode
'Usage
 
Dim instance As _UALiteralOperand
Dim value As TypeCode
 
instance.ValueTypeCode = value
 
value = instance.ValueTypeCode
TypeCode ValueTypeCode {get; set;}
property TypeCode ValueTypeCode {
   TypeCode get();
   void set (    TypeCode value);
}

Property Value

The type code 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