FeedClockVector::IsNoConflictsSpecified Property

Gets or sets a value that indicates whether conflicts are preserved for the FeedSync item.

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

public:
property bool IsNoConflictsSpecified {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
true if conflicts are not preserved for the item; otherwise, false. The default is false.

This value corresponds to the noconflicts attribute of the FeedSync item.

Show: