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