HttpBrowserCapabilitiesWrapper::ClrVersion Property

 

Gets the version of the .NET Framework that is installed on the client.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property Version^ ClrVersion {
	virtual Version^ get() override;
}

Property Value

Type: System::Version^

The common language runtime (CLRS) version.

.NET Framework
Available since 3.5
Return to top
Show: