FeedItemMetadata::ItemConflictCollection Property

Gets the item conflict collection.

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

public:
property IEnumerable<FeedItemMetadata^>^ ItemConflictCollection {
	IEnumerable<FeedItemMetadata^>^ get ();
}

Property Value

Type: System.Collections.Generic::IEnumerable<FeedItemMetadata>
The item conflict collection.
Show: