Resource.ReadDelegation 方法

读取指定的资源的委派信息。

命名空间:  WebSvcResource
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
<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
用法
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
)

参数

返回值

类型:WebSvcResource.UserDelegationDataSet
返回UserDelegationDataSet

备注

Project Server 权限

权限

说明

ManageMyDelegations

允许用户管理其自己的用户委派。

ManageMyResourceDelegations

允许用户管理其自己的资源委派。

另请参阅

引用

Resource 类

Resource 成员

WebSvcResource 命名空间