Поделиться через


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
Public Property Resources As AttendeeType()
    Get
    Set
'Usage
Dim instance As CalendarItemType
Dim value As AttendeeType()

value = instance.Resources

instance.Resources = value
public AttendeeType[] Resources { get; set; }

Property Value

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