ParameterSetMetadata.ValueFromPipelineByPropertyName Property
Gets and sets a Boolean value that indicates whether the parameter for this parameter set accepts values from a property in the incoming pipeline object that has the same name as the parameter. This property is introduced in Windows PowerShell 2.0.
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_ValueFromPipelineByPropertyName () /** @property */ public void set_ValueFromPipelineByPropertyName (boolean value)
public function get ValueFromPipelineByPropertyName () : boolean public function set ValueFromPipelineByPropertyName (value : boolean)
Property Value
A Boolean value that indicates true if the parameter for this parameter set accepts values from a property in the incoming pipeline object that has the same name as the parameter; 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.