Partager via


UserMgmtManager.RemoveUser Method (String)

 

Removes the specified user account.

Namespace:   Microsoft.WindowsServerSolutions.Users
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

public void RemoveUser(
    string userName
)
public:
void RemoveUser(
    String^ userName
)
Public Sub RemoveUser (
    userName As String
)

Parameters

See Also

UserMgmtManager Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top