ActivityParameterSet::Parameters Property
Optional. Gets or sets the parameters of the activity parameter set.
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
public: property IList<ActivityParameter^>^ Parameters { IList<ActivityParameter^>^ get(); void set(IList<ActivityParameter^>^ value); }
Property Value
Type: System.Collections.Generic::IList<ActivityParameter^>^
Show: