Connectivity Software User's Guide and Reference
NumericalValue Property (AEEventType)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace > AEEventType Class : NumericalValue Property
The numerical (integer) value of the event types.
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Property NumericalValue As Long
'Usage
 
Dim instance As AEEventType
Dim value As Long
 
instance.NumericalValue = value
 
value = instance.NumericalValue
[XmlIgnore()]
public long NumericalValue {get; set;}
[XmlIgnore()]
public:
property int64 NumericalValue {
   int64 get();
   void set (    int64 value);
}

Property Value

The default value of this property is 7.

Remarks

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

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