ActivityParameter::ValueFromPipelineByPropertyName Property

 

Optional. Gets or sets a Boolean value that indicates true if the parameter can be filled from a property of the incoming pipeline object that has the same name as this parameter. false indicates that the parameter cannot be filled from the incoming pipeline object property with the same name.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

public:
property bool ValueFromPipelineByPropertyName {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean
Return to top
Show: