CommandParameterInfo.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 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