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