Свойство CalendarDataSet.CalendarExceptionsRow.RecurrenceType
Указывает, как часто повторяется исключение.
Пространство имен: WebSvcCalendar
Сборка: ProjectServerServices (в ProjectServerServices.dll)
Синтаксис
'Декларация
Public Property RecurrenceType As Integer
Get
Set
'Применение
Dim instance As CalendarDataSet.CalendarExceptionsRow
Dim value As Integer
value = instance.RecurrenceType
instance.RecurrenceType = value
public int RecurrenceType { get; set; }
Значение свойства
Тип: System.Int32
См. также
Справочные материалы
CalendarDataSet.CalendarExceptionsRow класс