ComponentOne Windows 7 Control Pack for WinForms
Arguments Property (C1JumpTask)



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1JumpTask Class : Arguments Property
Gets or sets the arguments passed to the application on startup.
Syntax
<DefaultValueAttribute()>
<C1CategoryAttribute("動作")>
<C1DescriptionAttribute("Arguments passed to the application on startup.")>
Public Property Arguments As String
Dim instance As C1JumpTask
Dim value As String
 
instance.Arguments = value
 
value = instance.Arguments
[DefaultValue()]
[C1Category("動作")]
[C1Description("Arguments passed to the application on startup.")]
public string Arguments {get; set;}
[DefaultValue()]
[C1Category("動作")]
[C1Description("Arguments passed to the application on startup.")]
public:
property String^ Arguments {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

C1JumpTask Class
C1JumpTask Members