TestJob::LastStatusModifiedTime Property

 

Optional. Gets or sets the last status modified time of the test job.

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

public:
property DateTimeOffset LastStatusModifiedTime {
	DateTimeOffset get();
	void set(DateTimeOffset value);
}

Property Value

Type: System::DateTimeOffset
Return to top
Show: