Default = false; Set to true to display the guest count field on the registration form; if true, is_guest_name_required must be set to false (default)
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public bool IsGuestAnonymousEnabled { get; set; }
public bool IsGuestAnonymousEnabled { get; set; }
Public Property IsGuestAnonymousEnabled As Boolean
Get
Set
Public Property IsGuestAnonymousEnabled As Boolean
Get
Set
public:
property bool IsGuestAnonymousEnabled {
bool get ();
void set (bool value);
}
public:
property bool IsGuestAnonymousEnabled {
bool get ();
void set (bool value);
}
member IsGuestAnonymousEnabled : bool with get, set
member IsGuestAnonymousEnabled : bool with get, set