WebJobBase.Type Property
Optional. The type.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public WebJobType Type { get; set; }
public:
property WebJobType Type {
WebJobType get();
void set(WebJobType value);
}
member Type : WebJobType with get, set
Public Property Type As WebJobType
Property Value
Type: Microsoft.WindowsAzure.WebSitesExtensions.Models.WebJobType
See Also
WebJobBase Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace
Return to top