StatusInfo::RequestType Property

 

Optional. Gets the type of the operation. This can be either: Import or Export.

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

public:
property String^ RequestType {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^
Return to top
Show: