IIncident.Number Property

Definition

A sequential number

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="A sequential number", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="incidentNumber", Update=false)]
public int? Number { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="A sequential number", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="incidentNumber", Update=false)>]
member this.Number : Nullable<int>
Public ReadOnly Property Number As Nullable(Of Integer)

Property Value

Attributes

Applies to