Share via


JobGetHistoryResponse.JobHistoryEntry.Id Property

 

Optional. The job id that this history entry is for.

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

Syntax

public string Id { get; set; }
public:
property String^ Id {
    String^ get();
    void set(String^ value);
}
member Id : string with get, set
Public Property Id As String

Property Value

Type: System.String

See Also

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

Return to top