LoggedUpdateLogPath Property |
Gets the path to the update's log file.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic string LogPath { get; }
Public ReadOnly Property LogPath As String
Get
public:
property String^ LogPath {
String^ get ();
}
member LogPath : string with get
Property Value
Type:
String
See Also