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
    Get
'Usage
Dim instance As LoggedConflict
Dim value As Boolean

value = instance.IsTemporary
public bool IsTemporary { get; }
public:
property bool IsTemporary {
    bool get ();
}
member IsTemporary : bool
function get IsTemporary () : boolean

Property Value

Type: System.Boolean
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

Microsoft.Synchronization Namespace