ResourceDataSet.CalendarExceptionsRow.RecurrenceType propriedade
Especifica um valor numérico que representa o tipo de CalendarConstants.CalendarRecurrenceType dessa exceção.
Namespace: WebSvcResource
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Property RecurrenceType As Integer
Get
Set
'Uso
Dim instance As ResourceDataSet.CalendarExceptionsRow
Dim value As Integer
value = instance.RecurrenceType
instance.RecurrenceType = value
public int RecurrenceType { get; set; }
Valor de propriedade
Tipo: System.Int32
Ver também
Referência
ResourceDataSet.CalendarExceptionsRow classe