GetUserAvailabilityResponse.FreeBusyResponseArray Property
Namespace: Microsoft.Exchange.InfoWorker.Common.Availability.Proxy
Assembly: Microsoft.Exchange.InfoWorker.Common (in Microsoft.Exchange.InfoWorker.Common.dll)
Syntax
'Declaration
Public Property FreeBusyResponseArray As FreeBusyResponse()
Get
Set
'Usage
Dim instance As GetUserAvailabilityResponse
Dim value As FreeBusyResponse()
value = instance.FreeBusyResponseArray
instance.FreeBusyResponseArray = value
public FreeBusyResponse[] FreeBusyResponseArray { get; set; }
Property Value
Type: []