QuickOPC User's Guide and Reference
Active Property (AEConditionState)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace > AEConditionState Class : Active Property
The condition is active.
Syntax
'Declaration
 
<DefaultValueAttribute(False)>
Public Property Active As Boolean
'Usage
 
Dim instance As AEConditionState
Dim value As Boolean
 
instance.Active = value
 
value = instance.Active
[DefaultValue(false)]
public bool Active {get; set;}
[DefaultValue(false)]
public:
property bool Active {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

AEConditionState Class
AEConditionState Members