Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
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 (Synchronization Services).
Target Platforms
See Also
Reference
SyncGroup Class
SyncGroup Members
Microsoft.Synchronization.Data Namespace