StatusInfo.Status Property
Optional. Gets the status of the import or export request.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public string Status { get; set; }
public:
property String^ Status {
String^ get();
void set(String^ value);
}
member Status : string with get, set
Public Property Status As String
Property Value
Type: System.String
See Also
StatusInfo Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top