HttpBrowserCapabilities.ClrVersion Property

Definition

Gets the version number of the .NET common language runtime 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.

Applies to