Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates classes for timesheet lines.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/UpdateLineClasses", 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 Sub UpdateLineClasses ( _
dsDelta As TimesheetLineClassDataSet _
)
'Usage
Dim instance As Admin
Dim dsDelta As TimesheetLineClassDataSet
instance.UpdateLineClasses(dsDelta)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/UpdateLineClasses", 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 void UpdateLineClasses(
TimesheetLineClassDataSet dsDelta
)
Parameters
dsDelta
Type: WebSvcAdmin.TimesheetLineClassDataSetContains changes in timesheet line classes.
Remarks
Project Server Permissions
Permission |
Description |
|---|---|
Allows the user to manage timesheets that are submitted by resources. Global permission. |