 | TaskServiceHighestSupportedVersion Property |
Gets the highest version of Task Scheduler that a computer supports.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic Version HighestSupportedVersion { get; set; }
Public Property HighestSupportedVersion As Version
Get
Set
public:
property Version^ HighestSupportedVersion {
Version^ get ();
void set (Version^ value);
}
Request Example
View SourceProperty Value
Type:
Version
Remarks
The following table list the various versions and their host operating system:
Version | Operating System |
---|
1.1 | Task Scheduler 1.0 (Windows Server™ 2003, Windows® XP, or Windows® 2000). |
1.2 | Task Scheduler 2.0 (Windows Vista™, Windows Server™ 2008). |
1.3 | Task Scheduler 2.1 (Windows® 7, Windows Server™ 2008 R2). |
1.4 | Task Scheduler 2.2 (Windows® 8.x, Windows Server™ 2012). |
1.5 | Task Scheduler 2.3 (Windows® 10, Windows Server™ 2016). |
1.6 | Task Scheduler 2.4 (Windows® 10 Version 1703, Windows Server™ 2016 Version 1703). |
See Also