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)

Usage

'Usage
Dim instance As JobGetHistoryResponse
Dim value As IList(Of JobHistoryEntry)

value = instance.JobHistory

instance.JobHistory = value

Syntax

'Declaration
Public Property JobHistory As IList(Of JobHistoryEntry)
public IList<JobHistoryEntry> JobHistory { get; set; }
public:
property IList<JobHistoryEntry^>^ JobHistory {
    IList<JobHistoryEntry^>^ get ();
    void set (IList<JobHistoryEntry^>^ value);
}
/** @property */
public IList<JobHistoryEntry> get_JobHistory ()

/** @property */
public void set_JobHistory (IList<JobHistoryEntry> value)
public function get JobHistory () : IList<JobHistoryEntry>

public function set JobHistory (value : IList<JobHistoryEntry>)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

JobGetHistoryResponse Class
JobGetHistoryResponse Members
Microsoft.WindowsAzure.Scheduler.Models Namespace