TimeSheet.ReadProjectTimesheetLines Method
Reads timesheet lines.
Namespace: [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/ReadProjectTimesheetLines", 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 Function ReadProjectTimesheetLines ( _
periodUID As Guid, _
qryType As ProjectTimesheetLineQueryType _
) As ProjectTimesheetLinesDataSet
'Usage
Dim instance As TimeSheet
Dim periodUID As Guid
Dim qryType As ProjectTimesheetLineQueryType
Dim returnValue As ProjectTimesheetLinesDataSet
returnValue = instance.ReadProjectTimesheetLines(periodUID, _
qryType)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/ReadProjectTimesheetLines", 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 ProjectTimesheetLinesDataSet ReadProjectTimesheetLines(
Guid periodUID,
ProjectTimesheetLineQueryType qryType
)
Parameters
- periodUID
Type: System.Guid
- qryType
Type: [TimeSheet Web service].ProjectTimesheetLineQueryType
Return Value
Type: [TimeSheet Web service].ProjectTimesheetLinesDataSet
Remarks
New method in Project Server 2010.
Project Server Permissions
Permission |
Description |
---|---|
Allows a user to approve project timesheet lines. Global permission. |