Date the registrant registered for the event
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public Nullable<DateTime> RegistrationDate { get; set; }
public Nullable<DateTime> RegistrationDate { get; set; }
Public Property RegistrationDate As Nullable(Of DateTime)
Get
Set
Public Property RegistrationDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> RegistrationDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
public:
property Nullable<DateTime> RegistrationDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member RegistrationDate : Nullable<DateTime> with get, set
member RegistrationDate : Nullable<DateTime> with get, set