IManagementContext.ClientClrVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.