Arguments Property (C1JumpTask)
In This Topic
Gets or sets the arguments passed to the application on startup.
Syntax
'Declaration
<DefaultValueAttribute("")>
<C1DescriptionAttribute("C1JumpTask.Arguments", "Arguments passed to the application on startup.")>
<C1CategoryAttribute("Behavior")>
Public Property Arguments As String
[DefaultValue("")]
[C1Description("C1JumpTask.Arguments", "Arguments passed to the application on startup.")]
[C1Category("Behavior")]
public string Arguments {get; set;}
See Also