GenericMeasureInfo.Maximum Property

Definition

The max of property values.

public:
 property Nullable<double> Maximum { Nullable<double> get(); void set(Nullable<double> value); };
public double? Maximum { get; set; }
member this.Maximum : Nullable<double> with get, set
Public Property Maximum As Nullable(Of Double)

Property Value

Applies to