FacetDescription.MaxValue 属性

定义

获取此方面的最大值。Gets the maximum value for this 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)

属性值

Nullable<Int32>

此方面的最大值。The maximum value for this facet.

适用于