System.OperatingSystem.VersionString Property

Gets the concatenated string representation of the platform identifier, version, and service pack that are currently installed on the operating system.

Syntax

public string VersionString { get; }

Value

Documentation for this section has not yet been entered.

Remarks

By default, the value returned by OperatingSystem.VersionString is the same as the value returned by the OperatingSystem.ToString method. However, an implementation of the .NET Framework for a different platform might return a more appropriate string for that platform.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0