ActivityParameter.ValueFromRemainingArguments 屬性

定義

取得或設定 Boolean 值,這個值表示如果 Cmdlet 參數接受陣列形式與此參數相關聯的所有其餘命令列引數,則為 true。 如果 Cmdlet 參數不接受所有剩餘的引數值,則為 false。

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)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於