ClientRequest.NextSequenceId property
Gets the next available sequence ID.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Shared ReadOnly Property NextSequenceId As Long
Get
'Usage
Dim value As Long
value = ClientRequest.NextSequenceId
public static long NextSequenceId { get; }
Property value
Type: System.Int64
The next available sequence ID.