Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULSyncProgressData class

SyncParms property Next Page

SyncResult property


Returns a reference to the connection's SyncResult object. This object is only updated with ULSyncProgressState enumeration and ULSyncProgressState enumeration events.

Syntax

Visual Basic

Public Readonly Property SyncResult As ULSyncResult

C#

public ULSyncResult SyncResult {get;}

Property value

A reference to the SyncResult property object.

See also