ParameterAttribute.ValueFromPipeline Property

Definition

Gets or sets a flag that specifies that this parameter can take values from the incoming pipeline object. When it is not specified, false is assumed.

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

Property Value

Applies to