CalendarExceptionCreationInformation.RecurrenceMonth-Eigenschaft
Dient zum Abrufen oder Festlegen des Monats beim Festlegen einer jährlichen Häufigkeit.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property RecurrenceMonth As Integer
Get
Set
'Usage
Dim instance As CalendarExceptionCreationInformation
Dim value As Integer
value = instance.RecurrenceMonth
instance.RecurrenceMonth = value
[RemoteAttribute]
public int RecurrenceMonth { get; set; }
Eigenschaftswert
Typ: System.Int32
Ein Wert, der einen Monat darstellt.
Siehe auch
Referenz
CalendarExceptionCreationInformation Klasse