de la propiedad SyncErrorsDataSet.SyncErrorsRow.SYNC_ERROR_DATE
Obtiene o establece la date time cuando se generó el error.
Espacio de nombres: WebSvcProject
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Property SYNC_ERROR_DATE As DateTime
Get
Set
'Uso
Dim instance As SyncErrorsDataSet.SyncErrorsRow
Dim value As DateTime
value = instance.SYNC_ERROR_DATE
instance.SYNC_ERROR_DATE = value
public DateTime SYNC_ERROR_DATE { get; set; }
Valor de propiedad
Tipo: System.DateTime
Vea también
Referencia
clase SyncErrorsDataSet.SyncErrorsRow