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
    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.

Siehe auch

Verweis

SyncContext Klasse

SyncContext-Member

Microsoft.Synchronization.Data-Namespace