你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ActivityParameter.ValueFromPipeline 属性

定义

获取或设置一个布尔值,该值指示参数是否可以从传入管道对象获取值时为 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

适用于