CommandParameterInfo.ValueFromPipelineByPropertyName Property

Definition

Gets whether the parameter can take values from a property inn the incoming pipeline object with the same name as the parameter.

public:
 property bool ValueFromPipelineByPropertyName { bool get(); };
public:
 property bool ValueFromPipelineByPropertyName { bool get(); };
public bool ValueFromPipelineByPropertyName { get; }
member this.ValueFromPipelineByPropertyName : bool
Public ReadOnly Property ValueFromPipelineByPropertyName As Boolean

Property Value

Applies to