Devolutions Utils reference library
IsWindowsXPOrGreater Property
NamespacesDevolutions.UtilsSystemUtilsIsWindowsXPOrGreater
Vertify that the current Operating System is Windows XP or better.
Declaration Syntax
C#Visual BasicVisual C++
public static bool IsWindowsXPOrGreater { get; }
Public Shared ReadOnly Property IsWindowsXPOrGreater As Boolean
public:
static property bool IsWindowsXPOrGreater {
	bool get ();
}
Return Value

Assembly: Devolutions.Utils (Module: Devolutions.Utils)