 | TaskServiceInstance Property |
Gets a local instance of the
TaskService using the current user's credentials.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic static TaskService Instance { get; }
Public Shared ReadOnly Property Instance As TaskService
Get
public:
static property TaskService^ Instance {
TaskService^ get ();
}
Request Example
View SourceProperty Value
Type:
TaskServiceLocal user
TaskService instance.
See Also