Gets or sets the contact count.
Namespace: CTCT.Components.ActivitiesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public int ContactCount { get; set; }
public int ContactCount { get; set; }
Public Property ContactCount As Integer
Get
Set
Public Property ContactCount As Integer
Get
Set
public:
property int ContactCount {
int get ();
void set (int value);
}
public:
property int ContactCount {
int get ();
void set (int value);
}
member ContactCount : int with get, set
member ContactCount : int with get, set