ClientRequest.NextSequenceId Property
Gets the next available sequence ID.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); 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.