Type: Boolean
Returns True if the Microsoft .NET CLR run-time is installed, false otherwise.
Example:
<% set bhObj = Server.CreateObject("cyScape.browserObj") %>
<html>.NET CLR run-time installed? <% = bhObj.NETCLRInstalled %>
</html>
See Also:
NETCLRVersion Property