SyncErrorsDataSet.SyncErrorsRow.SYNC_ERROR_DATE - Propriété
Obtient ou définit le date time lorsque l'erreur a été généré.
Espace de noms : WebSvcProject
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property SYNC_ERROR_DATE As DateTime
Get
Set
'Utilisation
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; }
Valeur de propriété
Type : System.DateTime
Voir aussi
Référence
SyncErrorsDataSet.SyncErrorsRow classe