ResourceDataSet.ResourcesRow.GetCalendarExceptionsRows method
Gets an array of calendar exceptions for the resource.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.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: []
See also
Reference
ResourceDataSet.ResourcesRow class