次の方法で共有


FacetDescription.MinValue プロパティ

定義

このファセットの最小値を取得します。

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)

プロパティ値

このファセットの最小値。

適用対象