Click or drag to resize

IOperatingSystemStaticInfoServicePack Property

Win32_OperatingSystem : CSDVersion: NULL-terminated string that indicates the latest service pack installed on a computer. If no service pack is installed, the string is NULL.

Namespace:  Xcalibur.Models.OperatingSystem
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
string ServicePack { get; set; }

Property Value

Type: String
The service pack.
See Also