ModuleAlarm.IsNotifySync Property

Flag indicating whether notification method will be called immediately when alarm occurs.
<ID("IsNotifySync", (int)e.IsNotifySync)> _ 
<EditorBrowsable(EditorBrowsableState.Never)> _ 
Public Property IsNotifySync() As Boolean
This language is not supported or no code example is available.
[ID("IsNotifySync", (int)e.IsNotifySync)] 
[EditorBrowsable(EditorBrowsableState.Never)] 
public bool IsNotifySync {get; set;}
This language is not supported or no code example is available.

Property Value

bool

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition