| MinimumMaximumAccessConstraintMinimumValue Property  | 
 
            Gets or sets the minimum function value that is required for this constraint to be satisfied.
            By default, this is 
NegativeInfinity.
            
 
    Namespace: 
   AGI.Foundation.Access
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic double MinimumValue { get; set; }Public Property MinimumValue As Double
	Get
	Set
public:
property double MinimumValue {
	double get ();
	void set (double value);
}member MinimumValue : float with get, set
Property Value
Type: 
Double See Also
See Also