Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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)
Get
'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 ();
}
member ItemHistoryCollection : IEnumerable<FeedItemHistory>
function get ItemHistoryCollection () : IEnumerable<FeedItemHistory>
Property Value
Type: System.Collections.Generic.IEnumerable<FeedItemHistory>
The item history collection.