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