Share via


CalendarItemType.Resources Property

The Resources property gets or sets an instance an array of the type AttendeeType that represents a scheduled resource for a meeting.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<XmlArrayItemAttribute("Attendee", IsNullable:=False)> _
Public Property Resources As AttendeeType()
[XmlArrayItemAttribute("Attendee", IsNullable=false)] 
public AttendeeType[] Resources { get; set; }
[XmlArrayItemAttribute(L"Attendee", IsNullable=false)] 
public:
property array<AttendeeType^>^ Resources {
    array<AttendeeType^>^ get ();
    void set (array<AttendeeType^>^ value);
}
/** @property */
public AttendeeType[] get_Resources ()

/** @property */
public void set_Resources (AttendeeType[] value)
public function get Resources () : AttendeeType[]

public function set Resources (value : AttendeeType[])

Property Value

The Resources property returns an instance of an array of the type AttendeeType that represents a scheduled resource for a meeting.

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)