CalendarDataSet.CalendarExceptionsRow.RecurrencePosition Property

Specifies the relative position of the next occurrence within a number of recurrences.

Namespace:  WebSvcCalendar
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property RecurrencePosition As Integer
    Get
    Set
'Usage
Dim instance As CalendarDataSet.CalendarExceptionsRow
Dim value As Integer

value = instance.RecurrencePosition

instance.RecurrencePosition = value
public int RecurrencePosition { get; set; }

Property Value

Type: System.Int32

See Also

Reference

CalendarDataSet.CalendarExceptionsRow Class

CalendarDataSet.CalendarExceptionsRow Members

WebSvcCalendar Namespace