Default = false; Manually closes the event registration when set to true, takes precedence over registration_limit_date and registration_limit_count settings
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public bool IsRegistrationClosedManually { get; set; }
public bool IsRegistrationClosedManually { get; set; }
Public Property IsRegistrationClosedManually As Boolean
Get
Set
Public Property IsRegistrationClosedManually As Boolean
Get
Set
public:
property bool IsRegistrationClosedManually {
bool get ();
void set (bool value);
}
public:
property bool IsRegistrationClosedManually {
bool get ();
void set (bool value);
}
member IsRegistrationClosedManually : bool with get, set
member IsRegistrationClosedManually : bool with get, set