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