OperatingSystemStaticInfoServicePack 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 [DataMemberAttribute]
public string ServicePack { get; set; }
<DataMemberAttribute>
Public Property ServicePack As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ ServicePack {
String^ get () sealed;
void set (String^ value) sealed;
}
[<DataMemberAttribute>]
abstract ServicePack : string with get, set
[<DataMemberAttribute>]
override ServicePack : string with get, set
Property Value
Type:
String
The service pack.
Implements
IOperatingSystemStaticInfoServicePackSee Also