WebJobBase.ExtraInfoUrl Property

 

Optional. The extra information url.

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

Syntax

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

Property Value

Type: System.String

See Also

WebJobBase Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace

Return to top