Share via


UserCollection.RemoveById method

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

Syntax

'Declaration
Public Sub RemoveById ( _
    id As Integer _
)
'Usage
Dim instance As UserCollection
Dim id As Integer

instance.RemoveById(id)
public void RemoveById(
    int id
)

Parameters

See also

Reference

UserCollection class

UserCollection members

Microsoft.SharePoint.Client namespace