CalendarExceptionCreationInformation.RecurrenceType-Eigenschaft
Ruft ab oder legt diesen fest Serientyp für die Kalenderausnahme.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property RecurrenceType As CalendarRecurrenceType
Get
Set
'Usage
Dim instance As CalendarExceptionCreationInformation
Dim value As CalendarRecurrenceType
value = instance.RecurrenceType
instance.RecurrenceType = value
[RemoteAttribute]
public CalendarRecurrenceType RecurrenceType { get; set; }
Eigenschaftswert
Typ: Microsoft.ProjectServer.Client.CalendarRecurrenceType
Ein Aufzählungswert, der den Serientyp für die Kalenderausnahme darstellt.
Hinweise
Wert = 0. Tägliche Serienmuster; Wert = 1. Täglich mit Serie definiert eine angegebene Anzahl von Tagen zu überspringen; Wert = 2. Wöchentliche Serie; Wert = 3. Monatliche Serie; Wert = 4. Jährliche Serie.
Siehe auch
Referenz
CalendarExceptionCreationInformation Klasse