ParameterAttribute.ValueFromRemainingArguments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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