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 ServicePack As String
Get
Set
property String^ ServicePack {
String^ get ();
void set (String^ value);
}
abstract ServicePack : string with get, set
Property Value
Type:
String
The service pack.
See Also