WorkingHours.WorkingPeriodArray Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The WorkingPeriodArray property gets or sets work period information for a mailbox user.
public:
property cli::array <ExchangeWebServices::WorkingPeriod ^> ^ WorkingPeriodArray { cli::array <ExchangeWebServices::WorkingPeriod ^> ^ get(); void set(cli::array <ExchangeWebServices::WorkingPeriod ^> ^ value); };
public ExchangeWebServices.WorkingPeriod[] WorkingPeriodArray { get; set; }
Public Property WorkingPeriodArray As WorkingPeriod()
Property Value
The WorkingPeriodArray property returns an array of WorkingPeriod instances that provide the work period information for a mailbox user.