Метод ResourceDataSet.ResourcesRow.GetCalendarExceptionsRows
Получает массив исключений календаря ресурса.
Пространство имен: WebSvcTimeSheet
Сборка: ProjectServerServices (в ProjectServerServices.dll)
Синтаксис
'Декларация
Public Function GetCalendarExceptionsRows As ResourceDataSet.CalendarExceptionsRow()
'Применение
Dim instance As ResourceDataSet.ResourcesRow
Dim returnValue As ResourceDataSet.CalendarExceptionsRow()
returnValue = instance.GetCalendarExceptionsRows()
public ResourceDataSet.CalendarExceptionsRow[] GetCalendarExceptionsRows()
Возвращаемое значение
Тип: []
Массив объектов строки исключения календаря.
Замечания
Массив ResourceDataSet.CalendarExceptionsRow.
См. также
Справочные материалы
ResourceDataSet.ResourcesRow класс