This topic has not yet been rated - Rate this topic

SyncContext.GroupProgress Property

Gets or sets a SyncGroupProgress object that contains a set of progress statistics for a synchronization group.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
public SyncGroupProgress GroupProgress { get; set; }
/** @property */
public SyncGroupProgress get_GroupProgress ()

/** @property */
public void set_GroupProgress (SyncGroupProgress value)

public function get GroupProgress () : SyncGroupProgress

public function set GroupProgress (value : SyncGroupProgress)

Property Value

A SyncGroupProgress object that contains a set of progress statistics for a synchronization group.
Did you find this helpful?
(1500 characters remaining)