Admin.ReadPeriodsWithUnsubmittedTimesheet - Méthode
Lit une liste de toutes les feuilles de temps non soumises pour les périodes spécifiées.
Espace de noms : WebSvcAdmin
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/ReadPeriodsWithUnsubmittedTimesheet", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadPeriodsWithUnsubmittedTimesheet ( _
periods As Guid() _
) As UnsubmittedTimesheetDataSet
'Utilisation
Dim instance As Admin
Dim periods As Guid()
Dim returnValue As UnsubmittedTimesheetDataSet
returnValue = instance.ReadPeriodsWithUnsubmittedTimesheet(periods)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/ReadPeriodsWithUnsubmittedTimesheet", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public UnsubmittedTimesheetDataSet ReadPeriodsWithUnsubmittedTimesheet(
Guid[] periods
)
Paramètres
periods
Type : []Tableau de GUID qui spécifient les périodes de feuille de temps.
Valeur renvoyée
Type : WebSvcAdmin.UnsubmittedTimesheetDataSet
Contient des informations sur les feuilles de temps non soumises.
Remarques
Autorisations Project Server
Autorisation |
Description |
---|---|
Permet à un utilisateur de créer et modifier des feuilles de temps et des définitions de la période fiscales. Autorisation globale. |