Statusing.ReadAssignmentHistory method

Gets the transaction history of a specified assignment, task, or transaction.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadAssignmentHistory", 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 ReadAssignmentHistory ( _
    itemid As Guid, _
    itemtype As AssnHistoryItemType _
) As AssnHistoryDataSet
'Usage
Dim instance As Statusing
Dim itemid As Guid
Dim itemtype As AssnHistoryItemType
Dim returnValue As AssnHistoryDataSet

returnValue = instance.ReadAssignmentHistory(itemid, _
    itemtype)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadAssignmentHistory", 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 AssnHistoryDataSet ReadAssignmentHistory(
    Guid itemid,
    AssnHistoryItemType itemtype
)

Parameters

  • itemid
    Type: System.Guid

    Unique ID of assignment, task, or transaction.

Return value

Type: WebSvcStatusing.AssnHistoryDataSet

Remarks

Project Server Permissions

No permissions are required. This method reads data for only the current logged-on resource.

See also

Reference

Statusing class

Statusing members

WebSvcStatusing namespace