AssnHistoryItemType Enumeration

Specifies the assignment history item type.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
<SerializableAttribute> _
<CLSCompliantAttribute(True)> _
Public Enumeration AssnHistoryItemType
'Usage
Dim instance As AssnHistoryItemType
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public enum AssnHistoryItemType

Members

Member name Description
Assignment Value=0. Return assignment items.
SingleTransaction Value=1. Return a single transaction item.
Task Value=2. Return task items.

Remarks

AssnHistoryItemType indicates the desired item type to return from history.

The AssnHistoryItemType type is used in the ReadAssignmentHistory method.

Note

The [Statusing Web service] namespace also includes the AssnHistoryItemType type.

See Also

Reference

Microsoft.Office.Project.Server.Library Namespace