OSVersionIsVistaOrLater Property |
Returns true if the system runs the windows vista operating system or later.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public static bool IsVistaOrLater { get; }
Public Shared ReadOnly Property IsVistaOrLater As Boolean
Get
public:
static property bool IsVistaOrLater {
bool get ();
}
static member IsVistaOrLater : bool with get
Property Value
Type:
BooleanSee Also