CalendarItemType.Resources Property

Definition

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

public:
 property cli::array <ExchangeWebServices::AttendeeType ^> ^ Resources { cli::array <ExchangeWebServices::AttendeeType ^> ^ get(); void set(cli::array <ExchangeWebServices::AttendeeType ^> ^ value); };
public ExchangeWebServices.AttendeeType[] Resources { get; set; }
Public Property Resources As AttendeeType()

Property Value

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

Applies to