FeedIdConverter::IdFormats Property

When overridden in a derived class, gets the format schema for the IDs that can be converted.

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

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

Property Value

Type: Microsoft.Synchronization::SyncIdFormatGroup
The format schema for the IDs that can be converted.
Show: