Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the item conflict collection.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ItemConflictCollection As IEnumerable(Of FeedItemMetadata)
Get
'Usage
Dim instance As FeedItemMetadata
Dim value As IEnumerable(Of FeedItemMetadata)
value = instance.ItemConflictCollection
public IEnumerable<FeedItemMetadata> ItemConflictCollection { get; }
public:
property IEnumerable<FeedItemMetadata^>^ ItemConflictCollection {
IEnumerable<FeedItemMetadata^>^ get ();
}
member ItemConflictCollection : IEnumerable<FeedItemMetadata>
function get ItemConflictCollection () : IEnumerable<FeedItemMetadata>
Property Value
Type: System.Collections.Generic.IEnumerable<FeedItemMetadata>
The item conflict collection.