JobCreateProperties::Parameters Property

 

Optional. Gets or sets the parameters of the job.

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

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