The type of OPC-UA data (the Value attribute).
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property ValueType As Type
'Usage
Dim instance As UADataAttribute
Dim value As Type
instance.ValueType = value
value = instance.ValueType
[CanBeNull()]
public Type ValueType {get; set;}
[CanBeNull()]
public:
property Type^ ValueType {
Type^ get();
void set ( Type^ value);
}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
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