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.
Removes the first instance of the specified conflict object from the collection.
Namespace: Microsoft.SharePoint.Linq
Assembly: Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)
Syntax
'Declaration
Public Function Remove ( _
item As ObjectChangeConflict _
) As Boolean
'Usage
Dim instance As ChangeConflictCollection
Dim item As ObjectChangeConflict
Dim returnValue As Boolean
returnValue = instance.Remove(item)
public bool Remove(
ObjectChangeConflict item
)
Parameters
item
Type: Microsoft.SharePoint.Linq.ObjectChangeConflictThe object that is removed.
Return Value
Type: System.Boolean
true, if the object was removed; false if it was not or if it was not in the collection.
Implements
See Also
Reference
ChangeConflictCollection Class