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

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

适用于