Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
'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 ();
}
/** @property */
public IEnumerable<FeedItemMetadata> get_ItemMetadataCollection ()
public function get ItemMetadataCollection () : IEnumerable<FeedItemMetadata>
Property Value
The item metadata collection.
See Also
Reference
FeedMetadata Class
FeedMetadata Members
Microsoft.Synchronization.FeedSync Namespace