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 (25.3.0.1000)
Syntaxpublic 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