CalendarDataSet.CalendarExceptionsRow.RecurrencePosition-Eigenschaft
Gibt die ganze Zahl basierende relative Position innerhalb des Bereichs von Wiederholungen das nächste Vorkommen.
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; }
Eigenschaftswert
Typ: System.Int32
Siehe auch
Referenz
CalendarDataSet.CalendarExceptionsRow Klasse