UserDataTaskManager.GetForUser(User) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the UserTaskManager object for the specified user.
public:
static UserDataTaskManager ^ GetForUser(User ^ user);
static UserDataTaskManager GetForUser(User const& user);
public static UserDataTaskManager GetForUser(User user);
function getForUser(user)
Public Shared Function GetForUser (user As User) As UserDataTaskManager
Parameters
- user
- User
The user account to use to get the UserTaskManager object.
Returns
The UserTaskManager object for the specified user.