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