QuickOPC User's Guide and Reference
Null Property (AEEventData)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace > AEEventData Class : Null Property
An empty OPC-A&E event.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Property Null As AEEventData
'Usage
 
Dim value As AEEventData
 
value = AEEventData.Null
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static AEEventData Null {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property AEEventData^ Null {
   AEEventData^ 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