Share via


TestJob.StartTime Property

 

Optional. Gets or sets the start 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 StartTime { get; set; }
public:
property DateTimeOffset StartTime {
    DateTimeOffset get();
    void set(DateTimeOffset value);
}
member StartTime : DateTimeOffset with get, set
Public Property StartTime As DateTimeOffset

Property Value

Type: System.DateTimeOffset

See Also

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

Return to top