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 history collection.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ItemHistoryCollection As IEnumerable(Of FeedItemHistory)
'Usage
Dim instance As FeedItemMetadata
Dim value As IEnumerable(Of FeedItemHistory)
value = instance.ItemHistoryCollection
public IEnumerable<FeedItemHistory> ItemHistoryCollection { get; }
public:
property IEnumerable<FeedItemHistory^>^ ItemHistoryCollection {
IEnumerable<FeedItemHistory^>^ get ();
}
/** @property */
public IEnumerable<FeedItemHistory> get_ItemHistoryCollection ()
public function get ItemHistoryCollection () : IEnumerable<FeedItemHistory>
Property Value
The item history collection.
See Also
Reference
FeedItemMetadata Class
FeedItemMetadata Members
Microsoft.Synchronization.FeedSync Namespace