SyncErrorsDataSet.SyncErrorsRow.SYNC_ERROR_SEVERITY_ENUM Property
Gets or sets the severity of the error.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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