FreeBusyView.CalendarEventArray 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.
The CalendarEventArray property gets or sets a set of unique calendar items that represent the requested user's availability.
public:
property cli::array <ExchangeWebServices::CalendarEvent ^> ^ CalendarEventArray { cli::array <ExchangeWebServices::CalendarEvent ^> ^ get(); void set(cli::array <ExchangeWebServices::CalendarEvent ^> ^ value); };
public ExchangeWebServices.CalendarEvent[] CalendarEventArray { get; set; }
Public Property CalendarEventArray As CalendarEvent()
Property Value
The CalendarEventArray property returns an array of CalendarEvent objects that represent the requested user's availability.