ResourceDataSet.ResourcesRow.GetCalendarExceptionsRows-Methode
Ruft ein Array der Kalenderausnahmen für die Ressource.
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()
Rückgabewert
Typ: []
Siehe auch
Referenz
ResourceDataSet.ResourcesRow Klasse