CalendarDataSet.CalendarExceptionsRow.RecurrenceType property
Especifica a freqüência com que a exceção se repete.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property RecurrenceType As Integer
Get
Set
'Uso
Dim instance As CalendarDataSet.CalendarExceptionsRow
Dim value As Integer
value = instance.RecurrenceType
instance.RecurrenceType = value
public int RecurrenceType { get; set; }
Property value
Type: System.Int32
Ver também
Referência
CalendarDataSet.CalendarExceptionsRow class