Share via


UserMgmtManager.UpdateUser Method (UserInfo)

 

Updates the user account with the specified information.

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

Syntax

public void UpdateUser(
    UserInfo info
)
public:
void UpdateUser(
    UserInfo^ info
)
Public Sub UpdateUser (
    info As UserInfo
)

Parameters

See Also

UserMgmtManager Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top