ParameterSetMetadata.ValueFromPipelineByPropertyName Property

Definition

Specifies that this parameter can take values from a property from the incoming pipeline object with the same name as the parameter.

public:
 property bool ValueFromPipelineByPropertyName { bool get(); void set(bool value); };
public:
 property bool ValueFromPipelineByPropertyName { bool get(); void set(bool value); };
public bool ValueFromPipelineByPropertyName { get; set; }
member this.ValueFromPipelineByPropertyName : bool with get, set
Public Property ValueFromPipelineByPropertyName As Boolean

Property Value

Applies to