共用方式為


FacetDescription.MinValue 屬性

定義

取得這個 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)

屬性值

這個 Facet 的最小值。

適用於