AlarmsGlobalSettings.PriorityOrder Property

Set Order for Priority Property 0 or 1  
0 - ascending order (default behavior)  
1 - descending order (low number means bigger priority)
<ID("PriorityOrder", (int)e.PriorityOrder)> _ 
<EditorBrowsable(EditorBrowsableState.Advanced)> _ 
Public Property PriorityOrder() As Integer
This language is not supported or no code example is available.
[ID("PriorityOrder", (int)e.PriorityOrder)] 
[EditorBrowsable(EditorBrowsableState.Advanced)] 
public int PriorityOrder {get; set;}
This language is not supported or no code example is available.

Property Value

int

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition