Number of event registrants
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public int TotalRegisteredCount { get; set; }public int TotalRegisteredCount { get; set; }Public Property TotalRegisteredCount As Integer
Get
Set
Public Property TotalRegisteredCount As Integer
Get
Set
public:
property int TotalRegisteredCount {
int get ();
void set (int value);
}public:
property int TotalRegisteredCount {
int get ();
void set (int value);
}member TotalRegisteredCount : int with get, set
member TotalRegisteredCount : int with get, set