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 (25.3.0.1000)
Syntaxpublic bool IsUnsubscribeAllowed { get; set; }Public Property IsUnsubscribeAllowed As Boolean
	Get
	Set
public:
property bool IsUnsubscribeAllowed {
	bool get ();
	void set (bool value);
}member IsUnsubscribeAllowed : bool with get, set
Property Value
Type: 
Boolean if this recipient can unsubscribe; otherwise, 
.
            
See Also