QuickOPC User's Guide and Reference
AEConditionElement Property (_OpcBrowseNodeElement)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing.ComTypes Namespace > _OpcBrowseNodeElement Interface : AEConditionElement Property
Contains information gathered about an OPC event condition.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Property AEConditionElement As AEConditionElement
'Usage
 
Dim instance As _OpcBrowseNodeElement
Dim value As AEConditionElement
 
instance.AEConditionElement = value
 
value = instance.AEConditionElement
[CanBeNull()]
AEConditionElement AEConditionElement {get; set;}
[CanBeNull()]
property AEConditionElement^ AEConditionElement {
   AEConditionElement^ get();
   void set (    AEConditionElement^ value);
}
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