IProcessThreadInfo.CurrentPriority Property

Definition

Current thread priority.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Current thread priority.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="current_priority", Update=true)]
public int? CurrentPriority { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Current thread priority.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="current_priority", Update=true)>]
member this.CurrentPriority : Nullable<int> with get, set
Public Property CurrentPriority As Nullable(Of Integer)

Property Value

Attributes

Applies to