Share via


FeedMetadata.ItemMetadataCollection Property

Gets the item metadata collection.

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

Syntax

'Declaration
Public ReadOnly Property ItemMetadataCollection As IEnumerable(Of FeedItemMetadata)
    Get
'Usage
Dim instance As FeedMetadata
Dim value As IEnumerable(Of FeedItemMetadata)

value = instance.ItemMetadataCollection
public IEnumerable<FeedItemMetadata> ItemMetadataCollection { get; }
public:
property IEnumerable<FeedItemMetadata^>^ ItemMetadataCollection {
    IEnumerable<FeedItemMetadata^>^ get ();
}
member ItemMetadataCollection : IEnumerable<FeedItemMetadata>
function get ItemMetadataCollection () : IEnumerable<FeedItemMetadata>

Property Value

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

See Also

Reference

FeedMetadata Class

Microsoft.Synchronization.FeedSync Namespace