UpdateContextApplicationDirectory Property |
Gets the path to the application being updated.
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 string ApplicationDirectory { get; }
Public ReadOnly Property ApplicationDirectory As String
Get
public:
property String^ ApplicationDirectory {
String^ get ();
}
member ApplicationDirectory : string with get
Property Value
Type:
StringThe path to the application being updated.
See Also