Share via


SyncBatchProgress.MoreData Property

Gets whether there are more changes to synchronize. This property always returns false in this version of the API.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public ReadOnly Property MoreData As Boolean
public bool MoreData { get; }
public:
property bool MoreData {
    bool get ();
}
/** @property */
public boolean get_MoreData ()
public function get MoreData () : boolean

Property Value

Always returns false in this version of the API.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).

Target Platforms

See Also

Reference

SyncBatchProgress Class
SyncBatchProgress Members
Microsoft.Synchronization Namespace