Share via


SyncConflict.SyncStage Property

Gets or sets the SyncStage enumeration value that represents the synchronization stage during which the conflict occurred.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public Property SyncStage As SyncStage
'Usage
Dim instance As SyncConflict
Dim value As SyncStage

value = instance.SyncStage

instance.SyncStage = value
public SyncStage SyncStage { get; set; }
public:
property SyncStage SyncStage {
    SyncStage get ();
    void set (SyncStage value);
}
/** @property */
public SyncStage get_SyncStage ()

/** @property */
public void set_SyncStage (SyncStage value)
public function get SyncStage () : SyncStage

public function set SyncStage (value : SyncStage)

Property Value

A SyncStage enumeration value that represents the synchronization stage during which the conflict occurred.

Example

For an example of how to handle conflicts, see How to: Handle Data Conflicts and Errors.

See Also

Reference

SyncConflict Class
SyncConflict Members
Microsoft.Synchronization.Data Namespace