ParameterAttribute.ValueFromPipelineByPropertyName 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 or sets a flag that specifies that this parameter can take values from a property in the incoming pipeline object with the same name as the parameter or an alias of the parameter. When it is not specified, false is assumed.
public:
property bool ValueFromPipelineByPropertyName { bool get(); void set(bool value); };
public:
property bool ValueFromPipelineByPropertyName { bool get(); void set(bool value); };
public bool ValueFromPipelineByPropertyName { get; set; }
member this.ValueFromPipelineByPropertyName : bool with get, set
Public Property ValueFromPipelineByPropertyName As Boolean