 | AppointmentEvents Property |
List of events in this appointment.
Namespace: Limilabs.Mail.AppointmentsAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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
ListEvent
See Also