  | AccessUserRecipientProviderUnsubscribeWithdrawConsentToActivity Property  | 
  
    Namespace: 
   Dynamicweb.EmailMarketing.RecipientProviders
    Assembly:
   Dynamicweb.EmailMarketing (in Dynamicweb.EmailMarketing.dll) Version: 3.0.2
Syntax[AddInParameterAttribute("UnsubscribeWithdrawConsentToActivity")]
[AddInLabelAttribute("Withdraw consent to these activities")]
[AddInParameterGroupAttribute("On unsubscribe")]
[AddInParameterEditorAttribute(typeof(CheckListParameterEditor), "separatelines=true;width=170")]
public string UnsubscribeWithdrawConsentToActivity { get; set; }<AddInParameterAttribute("UnsubscribeWithdrawConsentToActivity")>
<AddInLabelAttribute("Withdraw consent to these activities")>
<AddInParameterGroupAttribute("On unsubscribe")>
<AddInParameterEditorAttribute(GetType(CheckListParameterEditor), "separatelines=true;width=170")>
Public Property UnsubscribeWithdrawConsentToActivity As String
	Get
	SetProperty Value
Type: 
String
See Also