Метод ResourceDataSet.ResourcesRow.GetCalendarExceptionsRows
Получает массив исключений календаря ресурса.
Пространство имен: WebSvcWorkflow
Сборка: 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.ResourcesRow класс