Resource.DeleteDelegations - Méthode
Supprime les informations de délégation utilisées pour gérer les ressources.
Espace de noms : WebSvcResource
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Resource/DeleteDelegations", 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 DeleteDelegations ( _
delegationsUids As Guid() _
)
'Utilisation
Dim instance As Resource
Dim delegationsUids As Guid()
instance.DeleteDelegations(delegationsUids)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Resource/DeleteDelegations", 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 DeleteDelegations(
Guid[] delegationsUids
)
Paramètres
- delegationsUids
Type : []
Remarques
Autorisations Project Server
Autorisation |
Description |
---|---|
Autorise un utilisateur à gérer ses propres délégations utilisateur. |
|
Autorise un utilisateur à gérer ses propres délégations de ressources. |