Partilhar via


SyncGroupMetadata Constructor (String)

Initializes a new instance of the SyncGroupMetadata 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 SyncGroupMetadata (
    string groupName
)
public:
SyncGroupMetadata (
    String^ groupName
)
public SyncGroupMetadata (
    String groupName
)
public function SyncGroupMetadata (
    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

SyncGroupMetadata Class
SyncGroupMetadata Members
Microsoft.Synchronization.Data Namespace