ResourceDataSet.ResourcesRow.GetCalendarExceptionsRows Method
Gets the calendar exceptions for a resource.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl
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