Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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