Share via


WorkingHours.WorkingPeriodArray Property

The WorkingPeriodArray property gets or sets work period information for a mailbox user.

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

Syntax

'Declaration
Public Property WorkingPeriodArray As WorkingPeriod()
    Get
    Set
'Usage
Dim instance As WorkingHours
Dim value As WorkingPeriod()

value = instance.WorkingPeriodArray

instance.WorkingPeriodArray = value
public WorkingPeriod[] WorkingPeriodArray { get; set; }

Property Value

Type: []
The WorkingPeriodArray property returns an array of WorkingPeriod instances that provide the work period information for a mailbox user.