QuickOPC User's Guide and Reference
ConditionName Property (_AECategoryConditionDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Forms.Browsing.ComTypes Namespace > _AECategoryConditionDialog Interface : ConditionName Property
Event condition name.
Syntax
'Declaration
 
<NotNullAttribute()>
Property ConditionName As String
'Usage
 
Dim instance As _AECategoryConditionDialog
Dim value As String
 
instance.ConditionName = value
 
value = instance.ConditionName
[NotNull()]
string ConditionName {get; set;}
[NotNull()]
property String^ ConditionName {
   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