Share via


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)

Syntax

public string RequestType { get; set; }
public:
property String^ RequestType {
    String^ get();
    void set(String^ value);
}
member RequestType : string with get, set
Public Property RequestType As String

Property Value

Type: System.String

See Also

StatusInfo Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top