GroupDefaultOptions.GroupPriority Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Prioridade de grupo padrão
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)
Valor da propriedade
- Atributos