Freigeben über


Resource.ReadDelegations-Methode

Liest die Delegierung verwendet, um Ressourcen verwalten.

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

Syntax

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

returnValue = instance.ReadDelegations(filter, _
    resUid)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Resource/ReadDelegations", 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 ReadDelegations(
    DelegationFilter filter,
    Guid resUid
)

Parameter

Rückgabewert

Typ: WebSvcResource.UserDelegationDataSet
Gibt UserDelegationDataSetzurück.

Hinweise

Project Server-Berechtigungen

Berechtigung

Beschreibung

Nicht standardmäßige

Sie müssen die ManageWorkflow oder ChangeWorkflow die globale Berechtigung verfügen. Wenn Sie ChangeWorkflow Berechtigung verfügen, benötigen Sie auch die OpenProject und die SaveProject Kategorieberechtigungen.

Siehe auch

Referenz

Resource Klasse

Resource-Member

WebSvcResource-Namespace