CalendarDataSet.CalendarExceptionsRow.RecurrencePosition property
Specifies the integer-based relative position of the next occurrence within the range of recurrences.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.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