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