CalendarExceptionCreationInformation.RecurrenceMonth propriedade
Obtém ou define o mês ao definir uma recorrência anual.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (em Microsoft.ProjectServer.Client.dll)
Sintaxe
'Declaração
<RemoteAttribute> _
Public Property RecurrenceMonth As Integer
Get
Set
'Uso
Dim instance As CalendarExceptionCreationInformation
Dim value As Integer
value = instance.RecurrenceMonth
instance.RecurrenceMonth = value
[RemoteAttribute]
public int RecurrenceMonth { get; set; }
Valor de propriedade
Tipo: System.Int32
Um valor que representa um mês.
Ver também
Referência
CalendarExceptionCreationInformation classe