HotFix.InstalledOn Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
String containing the date that the update was installed
public:
property System::String ^ InstalledOn { System::String ^ get(); };
public:
property Platform::String ^ InstalledOn { Platform::String ^ get(); };
public string InstalledOn { get; }
member this.InstalledOn : string
Public ReadOnly Property InstalledOn As String