ShellBrowserBaseIsVistaOrLater 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: 6.3.1
Syntaxpublic 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: 
Boolean
See Also