FeedItemMetadata::IsNoConflicts Property

Gets the noconflicts value of the item.

Namespace:  Microsoft.Synchronization.FeedSync
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property bool IsNoConflicts {
	bool get ();
}

Property Value

Type: System::Boolean
true if conflict preservation should not be performed; otherwise, false. The default is false.
Show: