Share via


JumpTask.ApplicationPath Property

Gets or sets the path to the application.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
Public Property ApplicationPath As String
public string ApplicationPath { get; set; }
public:
property String^ ApplicationPath {
    String^ get ();
    void set (String^ value);
}
member ApplicationPath : string with get, set
function get ApplicationPath () : String
function set ApplicationPath (value : String)

Property Value

Type: System.String
The path to the application. The default is nulla null reference (Nothing in Visual Basic).

Remarks

If the ApplicationPath property is not specified, then the path of the current running process is implied. An application can contain tasks for executables other than itself.

.NET Framework Security

See Also

Reference

JumpTask Class

Microsoft.Windows.Shell Namespace