CalendarException.RecurrenceType property
Gets the recurrence type for the calendar exception.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property RecurrenceType As CalendarRecurrenceType
Get
'Usage
Dim instance As CalendarException
Dim value As CalendarRecurrenceType
value = instance.RecurrenceType
[RemoteAttribute]
public CalendarRecurrenceType RecurrenceType { get; }
Property value
Type: Microsoft.ProjectServer.Client.CalendarRecurrenceType
An enumerated value that represents the recurrence type for the calendar exception.
Remarks
Value=0. Daily recurrence; Value=1. Daily, with recurrence defined by skipping a specified number of days; Value=2. Weekly recurrence; Value=3. Monthly recurrence; Value=4. Yearly recurrence.