  | AccessUserRecipientProviderUnsubscribeRemoveGroups Property  | 
  
    Namespace: 
   Dynamicweb.EmailMarketing.RecipientProviders
    Assembly:
   Dynamicweb.EmailMarketing (in Dynamicweb.EmailMarketing.dll) Version: 3.0.2
Syntax[AddInParameterAttribute("UnsubscribeRemoveGroups")]
[AddInLabelAttribute("Remove user from this group")]
[AddInParameterGroupAttribute("On unsubscribe")]
[AddInParameterEditorAttribute(typeof(DropDownParameterEditor), "none=true;NewGUI=true")]
public string UnsubscribeRemoveGroups { get; set; }<AddInParameterAttribute("UnsubscribeRemoveGroups")>
<AddInLabelAttribute("Remove user from this group")>
<AddInParameterGroupAttribute("On unsubscribe")>
<AddInParameterEditorAttribute(GetType(DropDownParameterEditor), "none=true;NewGUI=true")>
Public Property UnsubscribeRemoveGroups As String
	Get
	SetProperty Value
Type: 
String
See Also