Compartir a través de


WebJobBase.UsingSdk Property

 

Optional. True if the job is using the WebJobs SDK otherwise false.

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

Syntax

public bool UsingSdk { get; set; }
public:
property bool UsingSdk {
    bool get();
    void set(bool value);
}
member UsingSdk : bool with get, set
Public Property UsingSdk As Boolean

Property Value

Type: System.Boolean

See Also

WebJobBase Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace

Return to top