IUpdateInfoServicePackInEffect Property |
Win32_QuickFixEngineering: Service pack in effect when the update was applied. If no service
pack has been applied, the property takes on the value SP0. If it cannot be determined what
service pack was in effect, this property is NULL.
Namespace:
Xcalibur.Models.Updates
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax string ServicePackInEffect { get; set; }
Property ServicePackInEffect As String
Get
Set
property String^ ServicePackInEffect {
String^ get ();
void set (String^ value);
}
abstract ServicePackInEffect : string with get, set
Property Value
Type:
String
The service pack in effect.
See Also