QuickOPC User's Guide and Reference
ConditionName Property (AEEventDataPayload)



OpcLabs.OpcComplexEventProcessing Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.ComplexEventProcessing Namespace > AEEventDataPayload Class : ConditionName Property
The name of the condition related to this event notification.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property ConditionName As String
'Usage
 
Dim instance As AEEventDataPayload
Dim value As String
 
instance.ConditionName = value
 
value = instance.ConditionName
[NotNull()]
public string ConditionName {get; set;}
[NotNull()]
public:
property String^ ConditionName {
   String^ get();
   void set (    String^ value);
}
Remarks

This property is used only for Condition-Related Events (see EventType).

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

AEEventDataPayload Class
AEEventDataPayload Members