UpdateStartingEventArgsInitiatingApplicationPath Property |
Gets the path of the application that initiated the update.
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 InitiatingApplicationPath { get; }
Public ReadOnly Property InitiatingApplicationPath As String
Get
public:
property String^ InitiatingApplicationPath {
String^ get ();
}
member InitiatingApplicationPath : string with get
Property Value
Type:
String
See Also