FacetDescription.MinValue Property

Definition

Gets the minimum value for this facet.

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)

Property Value

The minimum value for this facet.

Applies to