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
'Usage
Dim instance As ItemConstraintEventArgs
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 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
ItemConstraintEventArgs Members
Microsoft.Synchronization Namespace