GroupDefaultOptions.GroupPriority Property

Definition

Default group priority

public:
 property Nullable<int> GroupPriority { Nullable<int> get(); void set(Nullable<int> value); };
public int? GroupPriority { get; set; }
public int? GroupPriority { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
member this.GroupPriority : Nullable<int> with get, set
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.GroupPriority : Nullable<int> with get, set
Public Property GroupPriority As Nullable(Of Integer)

Property Value

Attributes

Applies to