Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
Set
'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);
}
member GroupProgress : SyncGroupProgress with get, set
function get GroupProgress () : SyncGroupProgress
function set GroupProgress (value : SyncGroupProgress)
Eigenschaftenwert
Typ: Microsoft.Synchronization.Data. . :: . .SyncGroupProgress
Ein SyncGroupProgress-Objekt, das eine Gruppe von Statusstatistiken für eine Synchronisierungsgruppe enthält.