Intersoft ClientUI Documentation
IsVersionSupported Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > Utility Class : IsVersionSupported Method






version

Syntax

Visual Basic (Declaration) 
Public Shared Function IsVersionSupported( _
   ByVal version As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim version As String
Dim value As Boolean
 
value = Utility.IsVersionSupported(version)
C# 
public static bool IsVersionSupported( 
   string version
)
Delphi 
public function IsVersionSupported( 
    version: String
): Boolean; static; 
JScript 
public static function IsVersionSupported( 
   version : String
) : boolean;
Managed Extensions for C++ 
public: static bool IsVersionSupported( 
   string* version
) 
C++/CLI 
public:
static bool IsVersionSupported( 
   String^ version
) 

Parameters

version

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.