del método Resource.ReadDelegations
Lee la información de delegación que se usa para administrar los recursos.
Espacio de nombres: WebSvcResource
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
<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
'Uso
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
)
Parámetros
- filter
Tipo: WebSvcResource.DelegationFilter
- resUid
Tipo: System.Guid
Valor devuelto
Tipo: WebSvcResource.UserDelegationDataSet
Devuelve UserDelegationDataSet.
Comentarios
Permisos de Project Server
Permiso |
Descripción |
---|---|
No estándar |
Debe tener el permiso global de la ManageWorkflow o ChangeWorkflow . Si tiene permiso de ChangeWorkflow , también debe tener permisos de categoría tanto los OpenProject como SaveProject . |