IUpdateInfoInstalledBy Property |
Win32_QuickFixEngineering: Person who installed the update. If this value is unknown,
the property is empty.
Namespace:
Xcalibur.Models.Updates
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax string InstalledBy { get; set; }
Property InstalledBy As String
Get
Set
property String^ InstalledBy {
String^ get ();
void set (String^ value);
}
abstract InstalledBy : string with get, set
Property Value
Type:
String
The installed by.
See Also