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