NumericPropertyMaximumValue Property |
Gets the maximum value.
Namespace:
Dundas.BI.Data.DataProviders
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public Number MaximumValue { get; }
Public ReadOnly Property MaximumValue As Number
Get
public:
property Number MaximumValue {
Number get ();
}
member MaximumValue : Number with get
Property Value
Type:
NumberThe maximum value.
See Also