TotalChangesPending-Eigenschaft

Ruft die Anzahl der Änderungen ab, die für die Synchronisierungssitzung noch ausstehen.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public ReadOnly Property TotalChangesPending As Integer
    Get
'Usage
Dim instance As SyncGroupProgress
Dim value As Integer

value = instance.TotalChangesPending
public int TotalChangesPending { get; }
public:
property int TotalChangesPending {
    int get ();
}
member TotalChangesPending : int
function get TotalChangesPending () : int

Eigenschaftenwert

Typ: System. . :: . .Int32
Die Anzahl der ausstehenden Änderungen.

Siehe auch

Verweis

SyncGroupProgress Klasse

SyncGroupProgress-Member

Microsoft.Synchronization.Data-Namespace