'Declaration
Public Shared Function IsSufficientFramework() As System.Boolean
'Usage
Dim value As System.Boolean value = Factory.IsSufficientFramework()
public static System.bool IsSufficientFramework()
public function IsSufficientFramework(): System.Boolean; static;
public static function IsSufficientFramework() : System.boolean;
public: static System.bool IsSufficientFramework();
public: static System.bool IsSufficientFramework();
Return Value
true of the Microsoft .NET Framework version is sufficient (currently .NET 2.0.50727.1433 which was the first RTM build of .NET 2.0), or false if the .NET Framework is not sufficient.