CalendarExceptionCreationInformation.RecurrenceType property

Gets or sets the recurrence type for the calendar exception.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property RecurrenceType As CalendarRecurrenceType
    Get
    Set
'Usage
Dim instance As CalendarExceptionCreationInformation
Dim value As CalendarRecurrenceType

value = instance.RecurrenceType

instance.RecurrenceType = value
[RemoteAttribute]
public CalendarRecurrenceType RecurrenceType { get; set; }

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.

See also

Reference

CalendarExceptionCreationInformation class

CalendarExceptionCreationInformation members

Microsoft.ProjectServer.Client namespace