ActivityParameterSet::Parameters Property

 

Optional. Gets or sets the parameters of the activity parameter set.

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

public:
property IList<ActivityParameter^>^ Parameters {
	IList<ActivityParameter^>^ get();
	void set(IList<ActivityParameter^>^ value);
}
Return to top
Show: