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