Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list of changes associated with the specified status update.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<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
'Usage
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
)
Parameters
updateID
Type: System.GuidUnique ID of the assignment of interest.
Return value
Type: WebSvcStatusing.StatusApprovalTransactionDetailsDataSet
Remarks
Project Server Permissions
Permission |
Description |
|---|---|
Read access to the project. Category Permission. |