Compartir a través de


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; }