Share via


IStatusCodesBasedTrigger.Win32Status Property

Definition

Win32 error code.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Win32 error code.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="win32Status")]
public int? Win32Status { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Win32 error code.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="win32Status")>]
member this.Win32Status : Nullable<int> with get, set
Public Property Win32Status As Nullable(Of Integer)

Property Value

Attributes

Applies to