Sdílet prostřednictvím


WebSiteOperationStatusResponse.Error.InnerErrors Property

 

Optional. The inner errors for this operation.

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

Syntax

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

Property Value

Type: System.String

See Also

WebSiteOperationStatusResponse.Error Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top