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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing Namespace > OpcBrowseNodeElement Class : AESubconditionElement Property
Contains information about an OPC event subcondition.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property AESubconditionElement As AESubconditionElement
'Usage
 
Dim instance As OpcBrowseNodeElement
Dim value As AESubconditionElement
 
instance.AESubconditionElement = value
 
value = instance.AESubconditionElement
[DataMember()]
public AESubconditionElement AESubconditionElement {get; set;}
[DataMember()]
public:
property AESubconditionElement^ AESubconditionElement {
   AESubconditionElement^ get();
   void set (    AESubconditionElement^ 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.AESubconditionElement has an implicit conversion to System.String, and it converts to the subcondition name (OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AESubconditionElement.Name), in languages that support implicit conversion operators (such as C# or VB.NET), you can simply use the returned OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AESubconditionElement in any place where subcondition name (a string) is expected as input, and the corresponding subcondition name will be taken automatically from the subcondition 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