FeedMetadata::ItemMetadataCollection Property
Gets the item metadata collection.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public: property IEnumerable<FeedItemMetadata^>^ ItemMetadataCollection { IEnumerable<FeedItemMetadata^>^ get (); }
Property Value
Type: System.Collections.Generic::IEnumerable<FeedItemMetadata>The item metadata collection.
Show: