Gets or sets whether to send notifications from all spaces in the cluster that belongs the same replication group that were triggered by the same template.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public Nullable<bool> TriggerNotifyTemplate { get; set; }
Public Property TriggerNotifyTemplate As Nullable(Of Boolean) Get Set
public: property Nullable<bool> TriggerNotifyTemplate { Nullable<bool> get (); void set (Nullable<bool> value); }
/** @property */ public Nullable<boolean> get_TriggerNotifyTemplate() /** @property */ public void set_TriggerNotifyTemplate(Nullable<boolean> value)