Share via


ISiteConfigResource.CustomActionExe Property

Definition

Executable to be run.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Executable to be run.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="exe")]
public string CustomActionExe { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Executable to be run.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="exe")>]
member this.CustomActionExe : string with get, set
Public Property CustomActionExe As String

Property Value

Attributes

Applies to