UpdateInfoInstalledOn 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 [DataMemberAttribute]
public string InstalledOn { get; set; }
<DataMemberAttribute>
Public Property InstalledOn As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ InstalledOn {
String^ get () sealed;
void set (String^ value) sealed;
}
[<DataMemberAttribute>]
abstract InstalledOn : string with get, set
[<DataMemberAttribute>]
override InstalledOn : string with get, set
Property Value
Type:
String
The installed on.
Implements
IUpdateInfoInstalledOnSee Also