QuickOPC User's Guide and Reference
NumericalValue Property (DAQuality)



View with Navigation Tools
OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess Namespace > DAQuality Class : NumericalValue Property
The numerical (integer) value of the quality.
Syntax
'Declaration
 
<DataMemberAttribute()>
<DefaultValueAttribute(0)>
Public Property NumericalValue As Integer
 
'Usage
 
Dim instance As DAQuality
Dim value As Integer
 
instance.NumericalValue = value
 
value = instance.NumericalValue
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