UserMgmtManager.UpdateUserAsync Method (UserInfo)
Asynchronously updates the user account with the specified information.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public void UpdateUserAsync(
UserInfo info
)
public:
void UpdateUserAsync(
UserInfo^ info
)
Public Sub UpdateUserAsync (
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