Intersoft ClientUI Documentation
IsVersionSupported Method



Syntax
Public Shared Function IsVersionSupported( _
   ByVal version As String _
) As Boolean
Dim version As String
Dim value As Boolean
 
value = Utility.IsVersionSupported(version)
public static bool IsVersionSupported( 
   string version
)
public:
static bool IsVersionSupported( 
   String^ version
) 

Parameters

version
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utility Class
Utility Members

Send Feedback