Statusing.DelegateAssignments method
Delegates one or more assignments to another resource.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/DelegateAssignments", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub DelegateAssignments ( _
assignmentDataSet As DelegationDataSet, _
startDate As DateTime, _
comment As String _
)
'Usage
Dim instance As Statusing
Dim assignmentDataSet As DelegationDataSet
Dim startDate As DateTime
Dim comment As String
instance.DelegateAssignments(assignmentDataSet, _
startDate, comment)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/DelegateAssignments", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void DelegateAssignments(
DelegationDataSet assignmentDataSet,
DateTime startDate,
string comment
)
Parameters
assignmentDataSet
Type: WebSvcStatusing.DelegationDataSetA DelegationDataSet object with information updated to reflect new delegations.
startDate
Type: System.DateTimeWhen the resource will start on this assignment.
comment
Type: System.StringComment to send with e-mailed change notifications.
Remarks
The target resource for the delegation must be an enterprise resource.
Notification does not support team delegations.
Project Server Permissions
Permission |
Description |
---|---|
Allows the user to assign resources to tasks. Global permission. |
|
Allows the user to assign tasks to the current user if the team of the current owns the assignment. Applies only if user does not have ReassignTask permission. Global permission. |