다음을 통해 공유


ActivityParameter.ValueFromPipelineByPropertyName 속성

정의

이 매개 변수와 이름이 같은 들어오는 파이프라인 개체의 속성에서 매개 변수를 채울 수 있는지 여부를 나타내는 부울 값을 가져오거나 설정합니다. 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

적용 대상