HttpBrowserCapabilitiesBase.ClrVersion Property

Definition

When overridden in a derived class, gets the version of the .NET Framework that is installed on the client.

public:
 virtual property Version ^ ClrVersion { Version ^ get(); };
public virtual Version ClrVersion { get; }
member this.ClrVersion : Version
Public Overridable ReadOnly Property ClrVersion As Version

Property Value

The common language runtime (CLR) version.

Exceptions

Applies to