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
<XmlArrayItemAttribute("FreeBusyResponse", IsNullable:=False)> _
Public Property FreeBusyResponseArray As FreeBusyResponseType()
[XmlArrayItemAttribute("FreeBusyResponse", IsNullable=false)] 
public FreeBusyResponseType[] FreeBusyResponseArray { get; set; }
[XmlArrayItemAttribute(L"FreeBusyResponse", IsNullable=false)] 
public:
property array<FreeBusyResponseType^>^ FreeBusyResponseArray {
    array<FreeBusyResponseType^>^ get ();
    void set (array<FreeBusyResponseType^>^ value);
}
/** @property */
public FreeBusyResponseType[] get_FreeBusyResponseArray ()

/** @property */
public void set_FreeBusyResponseArray (FreeBusyResponseType[] value)
public function get FreeBusyResponseArray () : FreeBusyResponseType[]

public function set FreeBusyResponseArray (value : FreeBusyResponseType[])

Property Value

The FreeBusyResponseArray property returns an array of FreeBusyResponseType objects that contains the requested user availablity information and the response status.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)