NetVersion
Previous Top Next

Retrieves the version of the installed .Net Framework.
This property is also supported on the desktop.
Syntax: NetVersion

Example:
Sub App_Start
 hw.new1 'hw is a Hardware object.
 Msgbox(hw.NetVersion)
End Sub