Share via


SyncGroup Constructor (String)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Namespace: Microsoft.Synchronization.Data.Client
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public Sub New ( _
    groupName As String _
)
public SyncGroup (
    string groupName
)
public:
SyncGroup (
    String^ groupName
)
public SyncGroup (
    String groupName
)
public function SyncGroup (
    groupName : String
)

Parameters

  • groupName
    The name of the synchronization group.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Sync Framework).

Target Platforms

See Also

Reference

SyncGroup Class
SyncGroup Members
Microsoft.Synchronization.Data.Client Namespace