AutomationActivityParameterDefinition.CanTakeValueFromPipelineByPropertyName 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? CanTakeValueFromPipelineByPropertyName { get; }
member this.CanTakeValueFromPipelineByPropertyName : Nullable<bool>
Public ReadOnly Property CanTakeValueFromPipelineByPropertyName As Nullable(Of Boolean)

Property Value

Applies to