Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
info
Type: Microsoft.WindowsServerSolutions.Users.UserInfoThe information that is used to update the user account.
See Also
UserMgmtManager Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top