CommandParameterInfo.ValueFromRemainingArguments Property

Definition

Gets whether the parameter will take any argument that isn't bound to another parameter.

public:
 property bool ValueFromRemainingArguments { bool get(); };
public:
 property bool ValueFromRemainingArguments { bool get(); };
public bool ValueFromRemainingArguments { get; }
member this.ValueFromRemainingArguments : bool
Public ReadOnly Property ValueFromRemainingArguments As Boolean

Property Value

Applies to