Share via


JobProperties.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)

Syntax

public IDictionary<string, string> Parameters { get; set; }
public:
property IDictionary<String^, String^>^ Parameters {
    IDictionary<String^, String^>^ get();
    void set(IDictionary<String^, String^>^ value);
}
member Parameters : IDictionary<string, string> with get, set
Public Property Parameters As IDictionary(Of String, String)

Property Value

Type: System.Collections.Generic.IDictionary<String, String>

See Also

JobProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top