FeedMetadata::ItemMetadataCollection Property

Gets the item metadata collection.

Namespace:  Microsoft.Synchronization.FeedSync
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: