ClientErrorCodes.VersionConflict field

Provides a constant integer that is raised when the client object version does not match the server object version.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public Const VersionConflict As Integer
'Usage
Dim value As Integer

value = ClientErrorCodes.VersionConflict
public const int VersionConflict

Remarks

The value is always -2130575339.

See also

Reference

ClientErrorCodes class

ClientErrorCodes members

Microsoft.SharePoint.Client namespace