CommandParameterInfo.ValueFromPipeline Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the parameter can take values from the incoming pipeline object.
public:
property bool ValueFromPipeline { bool get(); };
public:
property bool ValueFromPipeline { bool get(); };
public bool ValueFromPipeline { get; }
member this.ValueFromPipeline : bool
Public ReadOnly Property ValueFromPipeline As Boolean