JobGetHistoryResponse.JobHistory Property

Definition

Optional. The job history entries.

public System.Collections.Generic.IList<Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse.JobHistoryEntry> JobHistory { get; set; }
member this.JobHistory : System.Collections.Generic.IList<Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse.JobHistoryEntry> with get, set
Public Property JobHistory As IList(Of JobGetHistoryResponse.JobHistoryEntry)

Property Value

Applies to