Share via


JobListResponse.Jobs Property

 

Optional. Gets or sets a list of jobs.

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

Syntax

public IList<Job> Jobs { get; set; }
public:
property IList<Job^>^ Jobs {
    IList<Job^>^ get();
    void set(IList<Job^>^ value);
}
member Jobs : IList<Job> with get, set
Public Property Jobs As IList(Of Job)

Property Value

Type: System.Collections.Generic.IList<Job>

See Also

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

Return to top