FeedItemMetadata::ItemHistoryCollection Property
Gets the item history collection.
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: