RecipientIsUnsubscribeAllowed Property

Gets or sets a value indicating whether this recipient can unsubscribe.

Namespace:  Dundas.BI.Notifications.Delivery
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public bool IsUnsubscribeAllowed { get; set; }

Property Value

Type: Boolean
if this recipient can unsubscribe; otherwise, .
See Also