ParameterSetMetadata.ValueFromPipeline Property

Definition

Specifies that this parameter can take values from the incoming pipeline object.

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