WorkingHours.DaysOfTheWeek Property

Definition

Gets the working days of the attendee.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::DayOfTheWeek> ^ DaysOfTheWeek { System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::DayOfTheWeek> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.DayOfTheWeek> DaysOfTheWeek { get; }
Public ReadOnly Property DaysOfTheWeek As Collection(Of DayOfTheWeek)

Property Value

The value of the DaysOfTheWeek property is a T:System.Collections.ObjectModel.Collection<T>DayOfTheWeek enumeration values that indicate when the attendee is working.

Applies to