共用方式為


FacetDescription.MaxValue 屬性

定義

取得這個 Facet 的最大值。

public:
 property Nullable<int> MaxValue { Nullable<int> get(); };
public int? MaxValue { get; }
member this.MaxValue : Nullable<int>
Public ReadOnly Property MaxValue As Nullable(Of Integer)

屬性值

這個 Facet 的最大值。

適用於