This topic has not yet been rated - Rate this topic

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)
'Usage
Dim instance As ParameterSetMetadata
Dim value As Boolean

value = instance.ValueFromPipeline

instance.ValueFromPipeline = value
public bool ValueFromPipeline { get; set; }
/** @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 Preview

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.