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 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)
Syntax
'Declaration
Public ReadOnly Property WinnerChange As ItemChange
'Usage
Dim instance As SaveChangeContext
Dim value As ItemChange
value = instance.WinnerChange
public ItemChange WinnerChange { get; }
public:
property ItemChange^ WinnerChange {
ItemChange^ get ();
}
/** @property */
public ItemChange get_WinnerChange ()
public function get WinnerChange () : ItemChange
Property Value
The metadata of the item to be applied when the change to be applied is the resolution of a constraint conflict.
Exceptions
Exception type | Condition |
---|---|
Winner change metadata does not exist in this object. |
Remarks
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.
See Also
Reference
SaveChangeContext Class
SaveChangeContext Members
Microsoft.Synchronization Namespace