AssnHistoryItemType enumeration

Specifies the assignment history item type.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration AssnHistoryItemType
'Usage
Dim instance As AssnHistoryItemType
[SerializableAttribute]
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 PSI method.

Note

The Microsoft.Office.Project.Server.Library namespace also includes the AssnHistoryItemType type.

See also

Reference

WebSvcStatusing namespace