The following are properties of ULSyncResult:
Syntax |
Description |
---|---|
AuthStatus As ULAuthStatusCode (read-only) |
Gets the authorization status code for the last synchronization. |
AuthValue As Long (read-only) |
Gets the MobiLink authentication value. |
PartialDownloadRetained As Boolean (read-only) |
Indicates that the synchronization failed during download, and that a partial download was kept. |
IgnoredRows As Boolean (read-only) |
Indicates whether rows were ignored during the last synchronization. |
StreamErrorCode As ULStreamErrorCode (read-only) |
Gets the error code reported by the synchronization stream. |
StreamErrorContext As ULStreamErrorContext (read-only) |
Gets the basic network operation performed. |
StreamErrorID As ULStreamErrorID (read-only) |
Gets the network layer reporting the error. |
StreamErrorSystem As Long (read-only) |
Gets the stream error system-specific code. |
Timestamp as Date (read-only) |
Gets the timestamp of the last synchronization. |
UploadOK As Boolean (read-only) |
Indicates whether data was uploaded successfully in the last synchronization. |