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
)
参数
- delegationUid
类型:System.Guid
返回值
类型:WebSvcResource.UserDelegationDataSet
返回UserDelegationDataSet。
备注
Project Server 权限
权限 |
说明 |
---|---|
允许用户管理其自己的用户委派。 |
|
允许用户管理其自己的资源委派。 |