Gets or sets the contact count that were processed by this activity.
Namespace: CTCT.Components.ActivitiesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string ContactCount { get; set; }
public string ContactCount { get; set; }
Public Property ContactCount As String
Get
Set
Public Property ContactCount As String
Get
Set
public:
property String^ ContactCount {
String^ get ();
void set (String^ value);
}
public:
property String^ ContactCount {
String^ get ();
void set (String^ value);
}
member ContactCount : string with get, set
member ContactCount : string with get, set