Share via


DacGetStatusResponse.StatusInfoList Property

 

Optional. Gets a collection of statuses relevant to this import or export request.

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

Syntax

public IList<StatusInfo> StatusInfoList { get; set; }
public:
property IList<StatusInfo^>^ StatusInfoList {
    IList<StatusInfo^>^ get();
    void set(IList<StatusInfo^>^ value);
}
member StatusInfoList : IList<StatusInfo> with get, set
Public Property StatusInfoList As IList(Of StatusInfo)

Property Value

Type: System.Collections.Generic.IList<StatusInfo>

See Also

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

Return to top