Share via


LoggedConflict.IsTemporary Property

Gets a value that indicates whether this conflict is temporary.

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

Syntax

'Declaration
Public ReadOnly Property IsTemporary As Boolean
'Usage
Dim instance As LoggedConflict
Dim value As Boolean

value = instance.IsTemporary
public bool IsTemporary { get; }
public:
property bool IsTemporary {
    bool get ();
}
/** @property */
public boolean get_IsTemporary ()
public function get IsTemporary () : boolean

Property Value

true when this conflict is temporary. Otherwise, false.

Remarks

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.

See Also

Reference

LoggedConflict Class
LoggedConflict Members
Microsoft.Synchronization Namespace