Share via


IManagementContext.ClientClrVersion Property

Definition

Gets the common language runtime (CLR) version that the client is using.

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

Property Value

A Version object that describes the major, minor, build, and revision numbers of the CLR of the client.

Applies to