GetUserAvailabilityResponseType.FreeBusyResponseArray 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 FreeBusyResponseArray property gets or sets the requested users' availability information and the response status.
public:
property cli::array <ExchangeWebServices::FreeBusyResponseType ^> ^ FreeBusyResponseArray { cli::array <ExchangeWebServices::FreeBusyResponseType ^> ^ get(); void set(cli::array <ExchangeWebServices::FreeBusyResponseType ^> ^ value); };
public ExchangeWebServices.FreeBusyResponseType[] FreeBusyResponseArray { get; set; }
Public Property FreeBusyResponseArray As FreeBusyResponseType()
Property Value
The FreeBusyResponseArray property returns an array of FreeBusyResponseType objects that contains the requested user availablity information and the response status.