共用方式為


ActivityParameter.ValueFromPipelineByPropertyName Property

Definition

Optional. 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; }
member this.ValueFromPipelineByPropertyName : bool with get, set
Public Property ValueFromPipelineByPropertyName As Boolean

Property Value

Applies to