Condividi tramite


ActivityParameter.ValueFromRemainingArguments Proprietà

Definizione

Ottiene o imposta un valore booleano che indica true se il parametro del cmdlet accetta tutti gli argomenti della riga di comando rimanenti associati a questo parametro sotto forma di matrice. false se il parametro del cmdlet non accetta tutti i valori degli argomenti rimanenti.

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)

Valore della proprietà

Attributi
Newtonsoft.Json.JsonPropertyAttribute

Si applica a