UserCollection.RemoveByLoginName method

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

Syntax

'Declaration
Public Sub RemoveByLoginName ( _
    loginName As String _
)
'Usage
Dim instance As UserCollection
Dim loginName As String

instance.RemoveByLoginName(loginName)
public void RemoveByLoginName(
    string loginName
)

Parameters

See also

Reference

UserCollection class

UserCollection members

Microsoft.SharePoint.Client namespace