WebSiteUpdateConfigurationParameters.HandlerMapping.Arguments Property

 

Gets or sets optional arguments for the script processor specified by the ScriptProcessor property.

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

Syntax

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

Property Value

Type: System.String

The optional arguments.

See Also

WebSiteUpdateConfigurationParameters.HandlerMapping Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top