| AppointmentEvents Property |
List of events in this appointment.
Namespace:
Limilabs.Mail.Appointments
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public List<Event> Events { get; }
Public ReadOnly Property Events As List(Of Event)
Get
public:
property List<Event^>^ Events {
List<Event^>^ get ();
}
member Events : List<Event> with get
Property Value
Type:
ListEventSee Also