AttendeeAvailability.CalendarEvents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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