Freigeben über


TimeSheet.ApproveProjectTimesheetLines-Methode

Genehmigt oder abgelehnt eine Reihe von Projekt-Arbeitszeittabellen-Zeilen.

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/ApproveProjectTimesheetLines", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub ApproveProjectTimesheetLines ( _
    approvedTimesheetLines As Guid(), _
    rejectedTimesheetLines As Guid(), _
    comment As String _
)
'Usage
Dim instance As TimeSheet
Dim approvedTimesheetLines As Guid()
Dim rejectedTimesheetLines As Guid()
Dim comment As String

instance.ApproveProjectTimesheetLines(approvedTimesheetLines, _
    rejectedTimesheetLines, comment)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/ApproveProjectTimesheetLines", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void ApproveProjectTimesheetLines(
    Guid[] approvedTimesheetLines,
    Guid[] rejectedTimesheetLines,
    string comment
)

Parameter

  • approvedTimesheetLines
    Typ: []
  • rejectedTimesheetLines
    Typ: []

Hinweise

Project Server-Berechtigungen

Berechtigung

Beschreibung

ApproveProjectTimesheetLine

Ermöglicht einem Benutzer das Projekt-Arbeitszeittabellen-Zeilen genehmigen. Die globale Berechtigung.

Siehe auch

Referenz

TimeSheet Klasse

TimeSheet-Member

WebSvcTimeSheet-Namespace