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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAAttributeData Class : ValueType Property
Returns the type of the Value, or null if there is no value.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public ReadOnly Property ValueType As Type
'Usage
 
Dim instance As UAAttributeData
Dim value As Type
 
value = instance.ValueType
[DefaultValue()]
public Type ValueType {get;}
[DefaultValue()]
public:
property Type^ ValueType {
   Type^ get();
}
Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

UAAttributeData Class
UAAttributeData Members