Gets or sets the unsubscribe source
Namespace: CTCT.Components.TrackingAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string UnsubscribeSource { get; set; }
public string UnsubscribeSource { get; set; }
Public Property UnsubscribeSource As String
Get
Set
Public Property UnsubscribeSource As String
Get
Set
public:
property String^ UnsubscribeSource {
String^ get ();
void set (String^ value);
}
public:
property String^ UnsubscribeSource {
String^ get ();
void set (String^ value);
}
member UnsubscribeSource : string with get, set
member UnsubscribeSource : string with get, set