Freigeben über


SyncBatchProgress.MoreData-Eigenschaft

Ruft ab, ob weitere Änderungen zu synchronisieren sind. Diese Eigenschaft gibt in dieser Version der API stets false zurück.

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

Syntax

'Declaration
Public ReadOnly Property MoreData As Boolean
'Usage
Dim instance As SyncBatchProgress
Dim value As Boolean

value = instance.MoreData
public bool MoreData { get; }
public:
property bool MoreData {
    bool get ();
}
/** @property */
public boolean get_MoreData ()
public function get MoreData () : boolean

Eigenschaftenwert

Gibt in dieser Version der API stets false zurück.

Siehe auch

Verweis

SyncBatchProgress-Klasse
SyncBatchProgress-Member
Microsoft.Synchronization-Namespace