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.2
Syntax public static Version ServicePackVersion { get; }
Public Shared ReadOnly Property ServicePackVersion As Version
Get
public:
static property Version^ ServicePackVersion {
Version^ get ();
}
static member ServicePackVersion : Version with get
Property Value
Type:
VersionThe version of the service pack currently installed on the operating system.
Remarks See Also