ActivityParameter.ValueFromPipeline 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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