GroupDefaultOptions.GroupPriority Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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