AssnHistoryItemType Enumeration
Specifies the assignment history item type.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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.