次の方法で共有


ActivityParameter.ValueFromPipelineByPropertyName プロパティ

定義

このパラメーターと同じ名前を持つ受信パイプライン オブジェクトのプロパティからパラメーターを入力できる場合に true を示すブール値を取得または設定します。 false は、同じ名前の受信パイプライン オブジェクト プロパティからパラメーターを入力できないことを示します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象