ResourceDataSet.ResourcesRow.GetCalendarExceptionsRows Method
Gets an array of calendar exceptions for the resource.
Namespace: WebSvcResource
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Function GetCalendarExceptionsRows As ResourceDataSet.CalendarExceptionsRow()
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim returnValue As ResourceDataSet.CalendarExceptionsRow()
returnValue = instance.GetCalendarExceptionsRows()
public ResourceDataSet.CalendarExceptionsRow[] GetCalendarExceptionsRows()
Return Value
Type: []
An array of ResourceDataSet.CalendarExceptionsRow.
See Also
Reference
ResourceDataSet.ResourcesRow Class