A maximum range. An exception is thrown if the value is less than the MinimumRange. Applicable only if the range constraint is not used.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaximumRange() As Double |
[C#] |
---|
public double MaximumRange {get; set;} |
[Managed C++] |
---|
public: __property double get_MaximumRange(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaximumRange( double * pRetVal ); public: HRESULT put_MaximumRange( double MaximumRange ); |
[Java] |
---|
public double getMaximumRange(); public void setMaximumRange( double ); |