GetUserAvailabilityResponseType.FreeBusyResponseArray Property
The FreeBusyResponseArray property gets or sets the requested users' availability information and the response status.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property FreeBusyResponseArray As FreeBusyResponseType()
Get
Set
'Usage
Dim instance As GetUserAvailabilityResponseType
Dim value As FreeBusyResponseType()
value = instance.FreeBusyResponseArray
instance.FreeBusyResponseArray = value
public FreeBusyResponseType[] FreeBusyResponseArray { get; set; }
Property Value
Type: []
The FreeBusyResponseArray property returns an array of FreeBusyResponseType objects that contains the requested user availablity information and the response status.