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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Filtering Namespace > UALiteralOperand Class : ValueType Property
Specifies the type that should be used with the value.
Syntax
'Declaration
 
<IgnoreDataMemberAttribute()>
<XmlIgnoreAttribute()>
Public Property ValueType As Type
'Usage
 
Dim instance As UALiteralOperand
Dim value As Type
 
instance.ValueType = value
 
value = instance.ValueType
[IgnoreDataMember()]
[XmlIgnore()]
public Type ValueType {get; set;}
[IgnoreDataMember()]
[XmlIgnore()]
public:
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