| OSVersionIsXpOrLater Property | 
            Returns true if the system runs the windows xp operating system or later.
            
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
 Syntax
Syntaxpublic 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
Boolean See Also
See Also