ParameterSetMetadata.ValueFromPipeline Property
Gets and sets a Boolean value that indicates whether the parameter for this parameter set accepts values from incoming pipeline objects.
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation.dll)
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation.dll)
/** @property */ public boolean get_ValueFromPipeline () /** @property */ public void set_ValueFromPipeline (boolean value)
public function get ValueFromPipeline () : boolean public function set ValueFromPipeline (value : boolean)
Property Value
A Boolean value that indicates true if the parameter for this parameter set accepts values from incoming pipeline objects; otherwise false is returned.The information provided by this class is accessed through the ParameterMetadata.ParameterSets property.
For more information about declaring parameters, see Parameter Attribute Declaration.
For more information about cmdlet parameters, see Cmdlet Parameters.
Any public static (
Shared
in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Target Platforms
Windows Developer Preview, Windows Server Developer PreviewSend comments about this topic to Microsoft.