Compartir a través de


de la propiedad SyncErrorsDataSet.SyncErrorsRow.SYNC_ERROR_SEVERITY_ENUM

Obtiene o establece la gravedad del error.

Espacio de nombres:  WebSvcProject
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
Public Property SYNC_ERROR_SEVERITY_ENUM As Integer
    Get
    Set
'Uso
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; }

Valor de propiedad

Tipo: System.Int32

Comentarios

Toma los siguientes valores:

Valor (Value)

Significado

0

Datos modificados

1

Elemento omitido

2

Crítico

Vea también

Referencia

clase SyncErrorsDataSet.SyncErrorsRow

Miembros SyncErrorsDataSet.SyncErrorsRow

Espacio de nombres WebSvcProject