SyncErrorType Enumeration
Specifies the type of synchronization error.
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 SyncErrorType
'Usage
Dim instance As SyncErrorType
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public enum SyncErrorType
Members
Member name | Description | |
---|---|---|
DateSwitch | Value = 0. Date is out of synchronization. | |
RequiredCustomFieldNotSupplied | Value = 1. Required custom field not provided. | |
DataTruncation | Value = 2. Data has been truncated. |