Gets or sets whether to replicate the registration to other spaces in the cluster the belongs to the same replication group.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public Nullable<bool> ReplicateNotifyTemplate { get; set; }
Public Property ReplicateNotifyTemplate As Nullable(Of Boolean) Get Set
public: property Nullable<bool> ReplicateNotifyTemplate { Nullable<bool> get (); void set (Nullable<bool> value); }
/** @property */ public Nullable<boolean> get_ReplicateNotifyTemplate() /** @property */ public void set_ReplicateNotifyTemplate(Nullable<boolean> value)