ActivityParameter.ValueFromRemainingArguments Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur booléenne qui indique true si le paramètre d’applet de commande accepte tous les arguments de ligne de commande restants associés à ce paramètre sous la forme d’un tableau. false si le paramètre d’applet de commande n’accepte pas toutes les valeurs d’argument restantes.
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)
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
S’applique à
Azure SDK for .NET