Gets first event from the Events list or nullNothingnullptra null reference (Nothing in Visual Basic) if there are no events.

Namespace: Limilabs.Mail.Appointments
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public Event Event { get; }
Visual Basic
Public ReadOnly Property Event As Event
	Get
Visual C++
public:
property Event^ Event {
	Event^ get ();
}

See Also