OPC Studio User's Guide and Reference
AEConditionElement Property (OpcBrowseNodeElement)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing Namespace > OpcBrowseNodeElement Class : AEConditionElement Property
Contains information gathered about an OPC event condition.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property AEConditionElement As AEConditionElement
'Usage
 
Dim instance As OpcBrowseNodeElement
Dim value As AEConditionElement
 
instance.AEConditionElement = value
 
value = instance.AEConditionElement
[DataMember()]
public AEConditionElement AEConditionElement {get; set;}
[DataMember()]
public:
property AEConditionElement^ AEConditionElement {
   AEConditionElement^ get();
   void set (    AEConditionElement^ value);
}

Property Value

This value of this property can be null (Nothing in Visual Basic).

The default value of this property is null.

Because the OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AEConditionElement has an implicit conversion to System.String, and it converts to the condition name (OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AEConditionElement.Name), in languages that support implicit conversion operators (such as C# or VB.NET), you can simply use the returned OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AEConditionElement in any place where condition name (a string) is expected as input, and the corresponding condition name will be taken automatically from the condition element.

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