Share via


ContinuousWebJob.DetailedStatus Property

 

Optional. Detailed status provides the status of the job in each instance.

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

Syntax

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

Property Value

Type: System.String

See Also

ContinuousWebJob Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace

Return to top