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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.ComInterop.ComTypes Namespace > _VarType Interface : NumericalValue Property
The numerical (integer) value of the data type.
Syntax
'Declaration
 
Property NumericalValue As Integer
'Usage
 
Dim instance As _VarType
Dim value As Integer
 
instance.NumericalValue = value
 
value = instance.NumericalValue
int NumericalValue {get; set;}
property int NumericalValue {
   int get();
   void set (    int value);
}
Remarks

For the list of numerical values, see e.g. https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-oaut/3fe7db9f-5803-4dc4-9d14-5425d3f5461f .

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