StatusInfo::QueuedTime Property

 

Optional. Gets the time at which the import or export request was queued and the process initiated.

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

public:
property DateTime QueuedTime {
	DateTime get();
	void set(DateTime value);
}

Property Value

Type: System::DateTime
Return to top
Show: