List.ReserveListItemId method

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

Syntax

'Declaration
Public Function ReserveListItemId As ClientResult(Of Integer)
'Usage
Dim instance As List
Dim returnValue As ClientResult(Of Integer)

returnValue = instance.ReserveListItemId()
public ClientResult<int> ReserveListItemId()

Return value

Type: Microsoft.SharePoint.Client.ClientResult<Int32>

See also

Reference

List class

List members

Microsoft.SharePoint.Client namespace