FacetDescription.MaxValue Property

Definition

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)

Property Value

The maximum value for this facet.

Applies to