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