SyncErrorsDataSet.SyncErrorsRow.SYNC_ERROR_DATE Property
Gets or sets the date time when the error was generated.
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_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