SyncErrorSeverity Enumeration
Specifies the severity of a 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 SyncErrorSeverity
'Usage
Dim instance As SyncErrorSeverity
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public enum SyncErrorSeverity
Members
Member name | Description | |
---|---|---|
DataChange | Value = 0. | |
ItemSkipped | Value = 1. | |
Critical | Value = 2. |