QuickOPC User's Guide and Reference
DefaultSubconditionActiveTime Property



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace > AEConditionState Class : DefaultSubconditionActiveTime Property
Default subcondition active time.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
Public Shared ReadOnly Property DefaultSubconditionActiveTime As Date
'Usage
 
Dim value As Date
 
value = AEConditionState.DefaultSubconditionActiveTime
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
public static DateTime DefaultSubconditionActiveTime {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
public:
static property DateTime DefaultSubconditionActiveTime {
   DateTime get();
}
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