Share via


ItemConstraintEventArgs.IsTemporary Property

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

Remarks

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.

See Also

Reference

ItemConstraintEventArgs Class

Microsoft.Synchronization Namespace