Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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