ParameterSetMetadata.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.
Specifies that this parameter can take values from a property from the incoming pipeline object with the same name as the parameter.
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