ObjectChangeConflict.IsResolved Property

Gets a value indicating whether the discrepancies have been resolved.

Namespace:  Microsoft.SharePoint.Linq
Assembly:  Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)

Syntax

'Declaration
Public Property IsResolved As Boolean
    Get
    Private Set
'Usage
Dim instance As ObjectChangeConflict
Dim value As Boolean

value = instance.IsResolved
public bool IsResolved { get; private set; }

Property Value

Type: System.Boolean
true if the discrepancies are resolved; otherwise false.

Remarks

If Resolve() does not throw an exception, then it sets IsResolved to true.

See Also

Reference

ObjectChangeConflict Class

ObjectChangeConflict Members

Microsoft.SharePoint.Linq Namespace