Resource.UpdateDelegations method
Updates delegation information used to manage resources.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Resource/UpdateDelegations", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Resource/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Resource/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub UpdateDelegations ( _
ds As UserDelegationDataSet _
)
'Usage
Dim instance As Resource
Dim ds As UserDelegationDataSet
instance.UpdateDelegations(ds)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Resource/UpdateDelegations", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Resource/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Resource/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void UpdateDelegations(
UserDelegationDataSet ds
)
Parameters
- ds
Type: WebSvcResource.UserDelegationDataSet
Remarks
Project Server Permissions
Permission |
Description |
---|---|
Allows a user to manage his or her own user delegations. |
|
Allows a user to manage his or her own resource delegations. |