IUpdateInfoInstalledOn Property |
Win32_QuickFixEngineering: Date that the update was installed. 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 InstalledOn { get; set; }
Property InstalledOn As String
Get
Set
property String^ InstalledOn {
String^ get ();
void set (String^ value);
}
abstract InstalledOn : string with get, set
Property Value
Type:
String
The installed on.
See Also