Freigeben über


WebJobBase.Error Property

 

Optional. The error if there was one.

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

Syntax

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

Property Value

Type: System.String

See Also

WebJobBase Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace

Return to top