Set to true to enable registrant check-in, and indicate that the registrant attended the event; Default is false
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public bool IsCheckinAvailable { get; set; }
public bool IsCheckinAvailable { get; set; }
Public Property IsCheckinAvailable As Boolean
Get
Set
Public Property IsCheckinAvailable As Boolean
Get
Set
public:
property bool IsCheckinAvailable {
bool get ();
void set (bool value);
}
public:
property bool IsCheckinAvailable {
bool get ();
void set (bool value);
}
member IsCheckinAvailable : bool with get, set
member IsCheckinAvailable : bool with get, set