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 conflict collection.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ItemConflictCollection As IEnumerable(Of FeedItemMetadata)
'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 ();
}
/** @property */
public IEnumerable<FeedItemMetadata> get_ItemConflictCollection ()
public function get ItemConflictCollection () : IEnumerable<FeedItemMetadata>
Property Value
The item conflict collection.
See Also
Reference
FeedItemMetadata Class
FeedItemMetadata Members
Microsoft.Synchronization.FeedSync Namespace