ActivityParameter::IsDynamic Property

 

Optional. Gets or sets a Boolean value that indicates true if the parameter is dynamic.

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

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

Property Value

Type: System::Boolean
Return to top
Show: