CalendarExceptionCreationInformation.RecurrenceType property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property RecurrenceType As CalendarRecurrenceType
Get
Set
'Usage
Dim instance As CalendarExceptionCreationInformation
Dim value As CalendarRecurrenceType
value = instance.RecurrenceType
instance.RecurrenceType = value
public CalendarRecurrenceType RecurrenceType { get; set; }
Property value
Type: Microsoft.ProjectServer.Client.CalendarRecurrenceType
See also
Reference
CalendarExceptionCreationInformation class