NumericSettingMinimumValue Property  | 
 
            Gets the minimum value.
            
 
    Namespace: 
   Dundas.BI.Data.Parameters
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic Number MinimumValue { get; }Public ReadOnly Property MinimumValue As Number
	Get
public:
property Number MinimumValue {
	Number get ();
}member MinimumValue : Number with get
Property Value
Type: 
NumberThe minimum value.
See Also