UpdateContextLog Property |
Gets the update log.
Namespace: Kjs.AppLife.Update.Engine.CoreAssembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntaxpublic IUpdateLog Log { get; }
Public ReadOnly Property Log As IUpdateLog
Get
public:
property IUpdateLog^ Log {
IUpdateLog^ get ();
}
member Log : IUpdateLog with get
Property Value
Type:
IUpdateLogAn
IUpdateLog that can be used to log actions.
See Also