HttpCapabilitiesBase.ClrVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the version of the .NET Framework that is installed on the client.
public:
property Version ^ ClrVersion { Version ^ get(); };
public Version ClrVersion { get; }
member this.ClrVersion : Version
Public ReadOnly Property ClrVersion As Version
Property Value
The common language runtime Version.
Remarks
The ClrVersion property is supported only when the browser is Internet Explorer version 5.0 and later.
If the .NET Framework is not installed on the client, the value of the version elements returned is 0, 0,-1,-1
.
If more than one version of the .NET Framework is installed on the client, the ClrVersion property returns the latest version.