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)
Syntax
public bool ValueFromPipelineByPropertyName { get; set; }
public:
property bool ValueFromPipelineByPropertyName {
bool get();
void set(bool value);
}
member ValueFromPipelineByPropertyName : bool with get, set
Public Property ValueFromPipelineByPropertyName As Boolean
Property Value
Type: System.Boolean
See Also
ActivityParameter Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top