FacetDescription.MinValue Propriedade
Definição
Obtém o valor mínimo dessa faceta.Gets the minimum value for this facet.
public:
property Nullable<int> MinValue { Nullable<int> get(); };
public int? MinValue { get; }
member this.MinValue : Nullable<int>
Public ReadOnly Property MinValue As Nullable(Of Integer)
Valor da propriedade
O valor mínimo para esta faceta.The minimum value for this facet.