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.
Gets or sets the severity of the error.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property SYNC_ERROR_SEVERITY_ENUM As Integer
Get
Set
'Usage
Dim instance As SyncErrorsDataSet.SyncErrorsRow
Dim value As Integer
value = instance.SYNC_ERROR_SEVERITY_ENUM
instance.SYNC_ERROR_SEVERITY_ENUM = value
public int SYNC_ERROR_SEVERITY_ENUM { get; set; }
Property value
Type: System.Int32
Remarks
It takes the following values:
Value |
Meaning |
|---|---|
0 |
Data changed |
1 |
Item skipped |
2 |
Critical |
See also
Reference
SyncErrorsDataSet.SyncErrorsRow class