ResourceDataSet.ResourcesRow.GetCalendarExceptionsRows - Méthode
Obtient les exceptions de calendrier pour une ressource.
Espace de noms : WebSvcResource
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Function GetCalendarExceptionsRows As ResourceDataSet.CalendarExceptionsRow()
'Utilisation
Dim instance As ResourceDataSet.ResourcesRow
Dim returnValue As ResourceDataSet.CalendarExceptionsRow()
returnValue = instance.GetCalendarExceptionsRows()
public ResourceDataSet.CalendarExceptionsRow[] GetCalendarExceptionsRows()
Valeur renvoyée
Type : []
Tableau de ResourceDataSet.CalendarExceptionsRow.
Voir aussi
Référence
ResourceDataSet.ResourcesRow classe