Share via


WebJobBase.RunCommand Property

 

Optional. The run command.

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

Syntax

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

Property Value

Type: System.String

See Also

WebJobBase Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace

Return to top