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



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