WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1JumpTask Class / ApplicationPath Property

In This Topic
ApplicationPath Property (C1JumpTask)
In This Topic
Gets or sets the path to the application.
Syntax
'Declaration
 
<C1CategoryAttribute("Behavior")>
<DefaultValueAttribute("")>
<C1DescriptionAttribute("C1JumpTask.ApplicationPath", "Specifies the path to the application.")>
<EditorAttribute(C1.Win.C1Win7Pack.Design.ProgramPathEditor, System.Drawing.Design.UITypeEditor)>
Public Property ApplicationPath As String
 
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.
See Also