ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1JumpTask Class / Arguments Property

In This Topic
    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