CalendarExceptionCreationInformation.RecurrenceFrequency property

Gets or sets the interval at which the calendar exception occurs.

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

Syntax

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

value = instance.RecurrenceFrequency

instance.RecurrenceFrequency = value
[RemoteAttribute]
public int RecurrenceFrequency { get; set; }

Property value

Type: System.Int32
A value that represents the frequency.

See also

Reference

CalendarExceptionCreationInformation class

CalendarExceptionCreationInformation members

Microsoft.ProjectServer.Client namespace