WorkingDirectory Property (C1JumpTask)
In This Topic
Gets or sets the working directory of the application on startup.
Syntax
'Declaration
<DefaultValueAttribute("")>
<C1DescriptionAttribute("C1JumpTask.WorkingDirectory", "The working directory of the application on startup.")>
<C1CategoryAttribute("Behavior")>
<EditorAttribute(C1.Win.C1Win7Pack.Design.FolderPathEditor, System.Drawing.Design.UITypeEditor)>
Public Property WorkingDirectory As String
[DefaultValue("")]
[C1Description("C1JumpTask.WorkingDirectory", "The working directory of the application on startup.")]
[C1Category("Behavior")]
[Editor(C1.Win.C1Win7Pack.Design.FolderPathEditor, System.Drawing.Design.UITypeEditor)]
public string WorkingDirectory {get; set;}
See Also