Click or drag to resize
OperatingSystemServicePackVersion Property
Gets the version of the service pack currently installed on the operating system.

Namespace: Alphaleonis.Win32
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static Version ServicePackVersion { get; }

Property Value

Type: Version
The version of the service pack currently installed on the operating system.
Remarks
Only the Major and Minor fields are used.
See Also