IUpdateInfoHotFixId Property |
Win32_QuickFixEngineering: Unique identifier associated with a particular update.
Namespace:
Xcalibur.Models.Updates
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax string HotFixId { get; set; }
Property HotFixId As String
Get
Set
property String^ HotFixId {
String^ get ();
void set (String^ value);
}
abstract HotFixId : string with get, set
Property Value
Type:
String
The hot fix ID.
See Also