Метод 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
Разрешение |
Описание |
---|---|
Позволяет пользователю управлять свои собственное делегирование. |
|
Позволяет пользователю управлять свои собственное делегирование ресурсов. |