ItemConstraintEventArgs::IsTemporary Property

Gets a value that indicates whether the conflict is temporary.

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

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

Property Value

Type: System::Boolean
true when the conflict is temporary. Otherwise, false.

The change applier might store temporary conflicts in the conflict log during a synchronization session. Temporary conflicts are always removed from the log before the session ends.

Show: