GenericMeasureInfo.Maximum Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)