Statusing.ReadTransactionDetails 方法
命名空间: WebSvcStatusing
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadTransactionDetails", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadTransactionDetails ( _
updateID As Guid _
) As StatusApprovalTransactionDetailsDataSet
用法
Dim instance As Statusing
Dim updateID As Guid
Dim returnValue As StatusApprovalTransactionDetailsDataSet
returnValue = instance.ReadTransactionDetails(updateID)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadTransactionDetails", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public StatusApprovalTransactionDetailsDataSet ReadTransactionDetails(
Guid updateID
)
参数
updateID
类型:System.Guid感兴趣的工作分配的唯一 ID。
返回值
类型:WebSvcStatusing.StatusApprovalTransactionDetailsDataSet
备注
Project Server 权限
权限 |
说明 |
---|---|
到项目的读取权限。 类别权限。 |