RecipientDataIsUnsubscribeAllowed Property |
Gets or sets a value indicating whether this recipient can unsubscribe.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "isUnsubscribeAllowed", EmitDefaultValue = false)]
public bool IsUnsubscribeAllowed { get; set; }
<DataMemberAttribute(Name := "isUnsubscribeAllowed", EmitDefaultValue := false)>
Public Property IsUnsubscribeAllowed As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"isUnsubscribeAllowed", EmitDefaultValue = false)]
property bool IsUnsubscribeAllowed {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "isUnsubscribeAllowed", EmitDefaultValue = false)>]
member IsUnsubscribeAllowed : bool with get, set
Property Value
Type:
Boolean if this recipient can unsubscribe; otherwise,
.
See Also