ActivityParameter.ValueFromPipeline 屬性

定義

取得或設定 Boolean 值,指出參數是否可以從傳入管線物件取得值,則為 true。 如果 Cmdlet 必須存取完整的輸入物件,則會使用此設定。 false 表示參數無法從完整的輸入物件取得值。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於