TriggeredWebJobRun.JobName Property
Optional. The WebJob name.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string JobName { get; set; }
public:
property String^ JobName {
String^ get();
void set(String^ value);
}
member JobName : string with get, set
Public Property JobName As String
Property Value
Type: System.String
See Also
TriggeredWebJobRun Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace
Return to top