QuickOPC User's Guide and Reference
DefaultEventId Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AlarmsAndConditions Namespace > UABaseEventObject Class : DefaultEventId Property
Default value of the EventId property.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Property DefaultEventId As Byte()
'Usage
 
Dim value() As Byte
 
value = UABaseEventObject.DefaultEventId
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static byte[] DefaultEventId {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property array<byte>^ DefaultEventId {
   array<byte>^ get();
}
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