QuickOPC User's Guide and Reference
AESubconditionName Property (OpcBrowseNodeDescriptor)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing Namespace > OpcBrowseNodeDescriptor Class : AESubconditionName Property
The name assigned to the event sub-condition.
Syntax
'Declaration
 
<DataMemberAttribute()>
<DefaultValueAttribute("")>
<NotNullAttribute()>
Public Property AESubconditionName As String
'Usage
 
Dim instance As OpcBrowseNodeDescriptor
Dim value As String
 
instance.AESubconditionName = value
 
value = instance.AESubconditionName
[DataMember()]
[DefaultValue("")]
[NotNull()]
public string AESubconditionName {get; set;}
[DataMember()]
[DefaultValue("")]
[NotNull()]
public:
property String^ AESubconditionName {
   String^ get();
   void set (    String^ 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