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)

属性值

此方面的最小值。

适用于