SyncEntityUidType enumeration

Specifies the type ID of an entity to be synchronized.

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 SyncEntityUidType
'Usage
Dim instance As SyncEntityUidType
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public enum SyncEntityUidType

Members

Member name Description
ProjectUid Value = 0. The project ID.
WssListUid Value = 1. The list ID.

See also

Reference

Microsoft.Office.Project.Server.Library namespace