ParameterSetMetadata.ValueFromRemainingArguments Property

Definition

Specifies if this parameter takes all the remaining unbound arguments that were specified.

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