Share via


ActivityParameter.ValueFromPipelineByPropertyName Property

Definition

Gets or sets a Boolean value that indicates true if the parameter can be filled from a property of the incoming pipeline object that has the same name as this parameter. false indicates that the parameter cannot be filled from the incoming pipeline object property with the same name.

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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to