Freigeben über


Resource.ReadDelegation-Methode

Liest die Delegierung für eine angegebene Ressource.

Namespace:  WebSvcResource
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Resource/ReadDelegation", 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 Function ReadDelegation ( _
    delegationUid As Guid _
) As UserDelegationDataSet
'Usage
Dim instance As Resource
Dim delegationUid As Guid
Dim returnValue As UserDelegationDataSet

returnValue = instance.ReadDelegation(delegationUid)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Resource/ReadDelegation", 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 UserDelegationDataSet ReadDelegation(
    Guid delegationUid
)

Parameter

Rückgabewert

Typ: WebSvcResource.UserDelegationDataSet
Gibt UserDelegationDataSetzurück.

Hinweise

Project Server-Berechtigungen

Berechtigung

Beschreibung

ManageMyDelegations

Ermöglicht einem Benutzer das Verwalten der eigenen Benutzerstellvertretungen.

ManageMyResourceDelegations

Ermöglicht einen Benutzer ein eigenes Ressource Ressourcenstellvertretungen verwalten.

Siehe auch

Referenz

Resource Klasse

Resource-Member

WebSvcResource-Namespace