SaveChangeContext::WinnerChange Property

Gets the metadata of the item to be applied when the change to be applied is the resolution of a constraint conflict.

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

public:
property ItemChange^ WinnerChange {
	ItemChange^ get ();
}

Property Value

Type: Microsoft.Synchronization::ItemChange
The metadata of the item to be applied when the change to be applied is the resolution of a constraint conflict.

ExceptionCondition
SyncInvalidOperationException

Winner change metadata does not exist in this object.

It is valid to get this property only when the change to be applied is the result of a constraint conflict that is resolved by merging.

Show: