GroupDefaultOptions.GroupPriority 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
默认组优先级
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)
属性值
- 属性