LoggedConflict::IsTemporary Property

Gets a value that indicates whether this 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 this conflict is temporary. Otherwise, false.

Temporary conflicts are used by the change applier. The change applier removes temporary conflicts from the conflict log before the end of the synchronization session.

Show: