Share via


TestJob.LastModifiedTime Property

 

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

Property Value

Type: System.DateTimeOffset

See Also

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

Return to top