SyncResult property

UL Ext.: Returns the results of the last synchronization for this connection.

Syntax
Visual Basic
Public Readonly Property SyncResult As ULSyncResult
C#
public ULSyncResult SyncResult { get;}
Property value

A reference to the ULSyncResult object representing the results of the last synchronization for this connection.

See also