SyncProgressEventArgs::GroupMetadata Property

Gets a SyncGroupMetadata object that represents the metadata for a synchronization group, such as the names of the tables in the group.

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

public:
property SyncGroupMetadata^ GroupMetadata {
	SyncGroupMetadata^ get ();
}

Property Value

Type: Microsoft.Synchronization.Data::SyncGroupMetadata
A SyncGroupMetadata object that represents the metadata for a synchronization group.
Show: