SyncGroup Constructor (String)

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

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

public:
SyncGroup(
	String^ groupName
)

Parameters

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