다음을 통해 공유


ActivityParameter.ValueFromPipeline 속성

정의

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

적용 대상