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