FeedItemMetadata::ItemHistoryCollection Property

Gets the item history collection.

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

public:
property IEnumerable<FeedItemHistory^>^ ItemHistoryCollection {
	IEnumerable<FeedItemHistory^>^ get ();
}

Property Value

Type: System.Collections.Generic::IEnumerable<FeedItemHistory>
The item history collection.
Show: