Share via


TestJob.EndTime Property

 

Optional. Gets or sets the end time of the test job.

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

Syntax

public DateTimeOffset EndTime { get; set; }
public:
property DateTimeOffset EndTime {
    DateTimeOffset get();
    void set(DateTimeOffset value);
}
member EndTime : DateTimeOffset with get, set
Public Property EndTime As DateTimeOffset

Property Value

Type: System.DateTimeOffset

See Also

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

Return to top