Share via


JobGetHistoryResponse.JobHistory Property

 

Optional. The job history entries.

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

Syntax

public IList<JobGetHistoryResponse.JobHistoryEntry> JobHistory { get; set; }
public:
property IList<JobGetHistoryResponse::JobHistoryEntry^>^ JobHistory {
    IList<JobGetHistoryResponse::JobHistoryEntry^>^ get();
    void set(IList<JobGetHistoryResponse::JobHistoryEntry^>^ value);
}
member JobHistory : IList<JobGetHistoryResponse.JobHistoryEntry> with get, set
Public Property JobHistory As IList(Of JobGetHistoryResponse.JobHistoryEntry)

Property Value

Type: System.Collections.Generic.IList<JobGetHistoryResponse.JobHistoryEntry>

See Also

JobGetHistoryResponse Class
Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top