CommandParameterInfo.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 whether the parameter can take values from a property inn the incoming pipeline object with the same name as the parameter.
public:
property bool ValueFromPipelineByPropertyName { bool get(); };
public:
property bool ValueFromPipelineByPropertyName { bool get(); };
public bool ValueFromPipelineByPropertyName { get; }
member this.ValueFromPipelineByPropertyName : bool
Public ReadOnly Property ValueFromPipelineByPropertyName As Boolean