Schedule.Intervals property
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public ReadOnly Property Intervals As ReadOnlyCollection(Of ScheduleInterval)
Get
'Usage
Dim instance As Schedule
Dim value As ReadOnlyCollection(Of ScheduleInterval)
value = instance.Intervals
public ReadOnlyCollection<ScheduleInterval> Intervals { get; }
Property value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ScheduleInterval>