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