IUserSettingsManagement.GetUserConsoleTasks Method

Definition

Get all user console tasks for the current user.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::UserInfo::UserConsoleTask ^> ^ GetUserConsoleTasks();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.UserInfo.UserConsoleTask> GetUserConsoleTasks ();
abstract member GetUserConsoleTasks : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.UserInfo.UserConsoleTask>
Public Function GetUserConsoleTasks () As IList(Of UserConsoleTask)

Returns

Type: IList<T>

The collection of user console tasks.

Applies to