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