QuickOPC User's Guide and Reference
High Property (UARange)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataAccess Namespace > UARange Class : High Property
Highest value in the range.
Syntax
'Declaration
 
<DefaultValueAttribute(0)>
Public Property High As Double
'Usage
 
Dim instance As UARange
Dim value As Double
 
instance.High = value
 
value = instance.High
[DefaultValue(0)]
public double High {get; set;}
[DefaultValue(0)]
public:
property double High {
   double get();
   void set (    double value);
}
Remarks
When the range is reversed, High is less than Low.
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