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.
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