SyncGroupProgress Constructor (String)

Initializes a new instance of the SyncGroupProgress class by using a group name parameter.

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

public:
SyncGroupProgress(
	String^ groupName
)

Parameters

groupName
Type: System::String
The name of the synchronization group.

ExceptionCondition
ArgumentNullException

groupName is a nullptr.

Show: