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 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