SyncErrorsDataSet.SyncErrorsRow.SYNC_ERROR_DATE property
Gets or sets the date time when the error was generated.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property SYNC_ERROR_DATE As DateTime
Get
Set
'Usage
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; }
Property value
Type: System.DateTime
See also
Reference
SyncErrorsDataSet.SyncErrorsRow class