Udostępnij za pośrednictwem


ActivityParameter.ValueFromRemainingArguments Właściwość

Definicja

Pobiera lub ustawia wartość logiczną wskazującą wartość true, jeśli parametr cmdlet akceptuje wszystkie pozostałe argumenty wiersza polecenia skojarzone z tym parametrem w postaci tablicy. false, jeśli parametr polecenia cmdlet nie akceptuje wszystkich pozostałych wartości argumentów.

public bool ValueFromRemainingArguments { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="valueFromRemainingArguments")]
public bool? ValueFromRemainingArguments { get; set; }
member this.ValueFromRemainingArguments : bool with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="valueFromRemainingArguments")>]
member this.ValueFromRemainingArguments : Nullable<bool> with get, set
Public Property ValueFromRemainingArguments As Boolean
Public Property ValueFromRemainingArguments As Nullable(Of Boolean)

Wartość właściwości

Atrybuty
Newtonsoft.Json.JsonPropertyAttribute

Dotyczy