HttpBrowserCapabilitiesBase::ClrVersion Property

 

When overridden in a derived class, 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();
}

Property Value

Type: System::Version^

The common language runtime (CLR) version.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: