ReplicaMetadata::IdFormats Property

Gets the ID format schema for the replica.

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

public:
property SyncIdFormatGroup^ IdFormats {
	SyncIdFormatGroup^ get ();
}

Property Value

Type: Microsoft.Synchronization::SyncIdFormatGroup
The ID format schema for the replica.

The ID format schema represents the format of various IDs that are used for synchronization. For two providers to synchronize with one another, they must have identical ID format schemas.

Show: