Guest count
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public int GuestCount { get; set; }public int GuestCount { get; set; }Public Property GuestCount As Integer
Get
Set
Public Property GuestCount As Integer
Get
Set
public:
property int GuestCount {
int get ();
void set (int value);
}public:
property int GuestCount {
int get ();
void set (int value);
}member GuestCount : int with get, set
member GuestCount : int with get, set