Freigeben über


SyncContext.GroupProgress-Eigenschaft

Ruft ein SyncGroupProgress-Objekt ab, das eine Gruppe von Statusstatistiken für eine Synchronisierungsgruppe enthält, oder legt ein solches Objekt fest.

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

Syntax

'Declaration
Public Property GroupProgress As SyncGroupProgress
'Usage
Dim instance As SyncContext
Dim value As SyncGroupProgress

value = instance.GroupProgress

instance.GroupProgress = value
public SyncGroupProgress GroupProgress { get; set; }
public:
property SyncGroupProgress^ GroupProgress {
    SyncGroupProgress^ get ();
    void set (SyncGroupProgress^ value);
}
/** @property */
public SyncGroupProgress get_GroupProgress ()

/** @property */
public void set_GroupProgress (SyncGroupProgress value)
public function get GroupProgress () : SyncGroupProgress

public function set GroupProgress (value : SyncGroupProgress)

Eigenschaftenwert

Ein SyncGroupProgress-Objekt, das eine Gruppe von Statusstatistiken für eine Synchronisierungsgruppe enthält.

Siehe auch

Verweis

SyncContext-Klasse
SyncContext-Member
Microsoft.Synchronization.Data-Namespace