AttendeeAvailability.CalendarEvents Property

Definition

Gets a collection of calendar events for the attendee.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::CalendarEvent ^> ^ CalendarEvents { System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::CalendarEvent ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.CalendarEvent> CalendarEvents { get; }
Public ReadOnly Property CalendarEvents As Collection(Of CalendarEvent)

Property Value

The value of the CalendarEvents property is a T:System.Collections.ObjectModel.Collection ` 1

Applies to