ParameterAttribute.ValueFromRemainingArguments Property

Definition

Gets or sets a flag that specifies that the remaining command line parameters should be associated with this parameter in the form of an array. When it is not specified, false is assumed.

public:
 property bool ValueFromRemainingArguments { bool get(); void set(bool value); };
public:
 property bool ValueFromRemainingArguments { bool get(); void set(bool value); };
public bool ValueFromRemainingArguments { get; set; }
member this.ValueFromRemainingArguments : bool with get, set
Public Property ValueFromRemainingArguments As Boolean

Property Value

Applies to