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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Filtering.ComTypes Namespace > _UALiteralOperand Interface : ValueType Property
Specifies the type that should be used with the value.
Syntax
'Declaration
 
<NotNullAttribute()>
Property ValueType As Type
'Usage
 
Dim instance As _UALiteralOperand
Dim value As Type
 
instance.ValueType = value
 
value = instance.ValueType
[NotNull()]
Type ValueType {get; set;}
[NotNull()]
property Type^ ValueType {
   Type^ get();
   void set (    Type^ value);
}

Property Value

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