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