| MinimumMaximumAccessConstraintMaximumValue Property  | 
 
            Gets or sets the maximum function value that is allowed for this constraint to be satisfied.
            By default this is 
PositiveInfinity.
            
 
    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 MaximumValue { get; set; }Public Property MaximumValue As Double
	Get
	Set
public:
property double MaximumValue {
	double get ();
	void set (double value);
}member MaximumValue : float with get, set
Property Value
Type: 
Double See Also
See Also