Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |