次の方法で共有


ActivityParameter.ValueFromPipeline プロパティ

定義

パラメーターが受信パイプライン オブジェクトから値を取得できる場合に true を示すブール値を取得または設定します。 この設定は、コマンドレットが完全な入力オブジェクトにアクセスする必要がある場合に使用されます。 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

適用対象