IHandlerMapping.ScriptProcessor Property

Definition

The absolute path to the FastCGI application.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="The absolute path to the FastCGI application.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="scriptProcessor", Update=true)]
public string ScriptProcessor { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="The absolute path to the FastCGI application.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="scriptProcessor", Update=true)>]
member this.ScriptProcessor : string with get, set
Public Property ScriptProcessor As String

Property Value

Attributes

Applies to