OSVersionIsWindows10OrLater Property | 
            Returns true if the system runs the Windows 10 operating system or later.
            
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic static bool IsWindows10OrLater { get; }Public Shared ReadOnly Property IsWindows10OrLater As Boolean
	Get
public:
static property bool IsWindows10OrLater {
	bool get ();
}static member IsWindows10OrLater : bool with get
Property Value
Boolean
See Also