Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value indicating whether the discrepancy has 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 MemberChangeConflict
Dim value As Boolean
value = instance.IsResolved
public bool IsResolved { get; private set; }
Property Value
Type: System.Boolean
true, if the discrepancy is resolved; otherwise, false.