FacetDescription.MaxValue 属性

定义

获取此方面的最大值。

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)

属性值

此方面的最大值。

适用于